Skip to content

Commit

Permalink
chore(deps): bump fs-extra from 11.2.0 to 11.3.0
Browse files Browse the repository at this point in the history
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.2.0 to 11.3.0.
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.2.0...11.3.0)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 02d30af commit af2bcb4
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/electron-icon-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bin": "dist/index.js",
"dependencies": {
"commander": "13.1.0",
"fs-extra": "11.2.0",
"fs-extra": "11.3.0",
"icon-gen": "5.0.0",
"jimp": "1.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/semver": "7.5.8",
"fs-extra": "11.2.0",
"fs-extra": "11.3.0",
"http-status-codes": "2.3.0",
"nock": "13.5.6",
"rimraf": "6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jszip-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"commander": "13.1.0",
"cosmiconfig": "9.0.0",
"fs-extra": "11.2.0",
"fs-extra": "11.3.0",
"glob": "11.0.1",
"jszip": "3.10.1",
"logdown": "3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/publish-flat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@npmcli/arborist": "9.0.0",
"@types/npmcli__arborist": "5.6.11",
"commander": "13.1.0",
"fs-extra": "11.2.0",
"fs-extra": "11.3.0",
"logdown": "3.3.1",
"npm-packlist": "10.0.0"
},
Expand Down
21 changes: 16 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ __metadata:
"@types/fs-extra": "npm:11.0.4"
"@types/pngjs": "npm:6.0.5"
commander: "npm:13.1.0"
fs-extra: "npm:11.2.0"
fs-extra: "npm:11.3.0"
icon-gen: "npm:5.0.0"
jimp: "npm:1.6.0"
rimraf: "npm:6.0.1"
Expand Down Expand Up @@ -962,7 +962,7 @@ __metadata:
commander: "npm:13.1.0"
cosmiconfig: "npm:9.0.0"
cross-env: "npm:7.0.3"
fs-extra: "npm:11.2.0"
fs-extra: "npm:11.3.0"
glob: "npm:11.0.1"
jszip: "npm:3.10.1"
logdown: "npm:3.3.1"
Expand Down Expand Up @@ -5541,7 +5541,7 @@ __metadata:
chalk: "npm:5.4.1"
commander: "npm:13.1.0"
date-fns: "npm:4.1.0"
fs-extra: "npm:11.2.0"
fs-extra: "npm:11.3.0"
http-status-codes: "npm:2.3.0"
logdown: "npm:3.3.1"
nock: "npm:13.5.6"
Expand Down Expand Up @@ -6787,7 +6787,18 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:11.2.0, fs-extra@npm:^11.2.0":
"fs-extra@npm:11.3.0":
version: 11.3.0
resolution: "fs-extra@npm:11.3.0"
dependencies:
graceful-fs: "npm:^4.2.0"
jsonfile: "npm:^6.0.1"
universalify: "npm:^2.0.0"
checksum: 10c0/5f95e996186ff45463059feb115a22fb048bdaf7e487ecee8a8646c78ed8fdca63630e3077d4c16ce677051f5e60d3355a06f3cd61f3ca43f48cc58822a44d0a
languageName: node
linkType: hard

"fs-extra@npm:^11.2.0":
version: 11.2.0
resolution: "fs-extra@npm:11.2.0"
dependencies:
Expand Down Expand Up @@ -11122,7 +11133,7 @@ __metadata:
"@types/npm-packlist": "npm:7.0.3"
"@types/npmcli__arborist": "npm:5.6.11"
commander: "npm:13.1.0"
fs-extra: "npm:11.2.0"
fs-extra: "npm:11.3.0"
logdown: "npm:3.3.1"
npm-packlist: "npm:10.0.0"
rimraf: "npm:6.0.1"
Expand Down

0 comments on commit af2bcb4

Please sign in to comment.