build(deps): bump fs-extra from 11.3.0 to 11.3.2

Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.3.0 to 11.3.2.
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.3.0...11.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-10-01 13:01:49 +00:00 committed by GitHub
parent 8662a9753d
commit 163ef9286a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

6
package-lock.json generated
View file

@ -16,7 +16,7 @@
"electron-localshortcut": "^3.2.1",
"electron-log": "^5.4.1",
"electron-window-state": "^5.0.3",
"fs-extra": "^11.3.0",
"fs-extra": "^11.3.2",
"node-fetch": "^2.7.0"
},
"devDependencies": {
@ -15829,7 +15829,9 @@
"license": "MIT"
},
"node_modules/fs-extra": {
"version": "11.3.0",
"version": "11.3.2",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz",
"integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==",
"license": "MIT",
"dependencies": {
"graceful-fs": "^4.2.0",

View file

@ -135,7 +135,7 @@
"electron-localshortcut": "^3.2.1",
"electron-log": "^5.4.1",
"electron-window-state": "^5.0.3",
"fs-extra": "^11.3.0",
"fs-extra": "^11.3.2",
"node-fetch": "^2.7.0"
},
"devDependencies": {