Skip to content

Commit ee004d5

Browse files
build(deps-dev): bump fs-extra from 11.3.0 to 11.3.1
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.3.0 to 11.3.1. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@11.3.0...11.3.1) --- updated-dependencies: - dependency-name: fs-extra dependency-version: 11.3.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e936d10 commit ee004d5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"eslint-plugin-security": "^3.0.1",
7373
"eslint-plugin-sonarjs": "^3.0.4",
7474
"ethers": "^6.14.0",
75-
"fs-extra": "^11.2.0",
75+
"fs-extra": "^11.3.1",
7676
"glob": "^10.4.2",
7777
"globals": "^15.12.0",
7878
"hardhat": "^2.26.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7101,10 +7101,10 @@ fs-extra@^10.0.0:
71017101
jsonfile "^6.0.1"
71027102
universalify "^2.0.0"
71037103

7104-
fs-extra@^11.2.0:
7105-
version "11.3.0"
7106-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.0.tgz#0daced136bbaf65a555a326719af931adc7a314d"
7107-
integrity sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==
7104+
fs-extra@^11.3.1:
7105+
version "11.3.1"
7106+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.1.tgz#ba7a1f97a85f94c6db2e52ff69570db3671d5a74"
7107+
integrity sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==
71087108
dependencies:
71097109
graceful-fs "^4.2.0"
71107110
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)