Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 3843734

Browse files
Bump fs-extra from 10.1.0 to 11.3.0
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.1.0 to 11.3.0. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@10.1.0...11.3.0) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cbf4399 commit 3843734

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
@@ -45,7 +45,7 @@
4545
"fast-xml-parser": "^5.0.6",
4646
"find": "^0.3.0",
4747
"find-git-root": "^1.0.4",
48-
"fs-extra": "^10.1.0",
48+
"fs-extra": "^11.3.0",
4949
"inquirer": "^12.4.2",
5050
"js-yaml": "^4.1.0",
5151
"node-fetch": "^3.3.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3564,10 +3564,10 @@ fs-extra@^1.0.0:
35643564
jsonfile "^2.1.0"
35653565
klaw "^1.0.0"
35663566

3567-
fs-extra@^10.1.0:
3568-
version "10.1.0"
3569-
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz"
3570-
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
3567+
fs-extra@^11.3.0:
3568+
version "11.3.0"
3569+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.0.tgz#0daced136bbaf65a555a326719af931adc7a314d"
3570+
integrity sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==
35713571
dependencies:
35723572
graceful-fs "^4.2.0"
35733573
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)