Bump fs-extra from 11.3.1 to 11.3.2 (#1182)

Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.3.1 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.1...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-09-18 08:19:42 +02:00
committed by GitHub
parent 1763c33c61
commit 56c9431945
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": {
"cheerio": "1.1.2",
"draftlog": "1.0.13",
"fs-extra": "11.3.1",
"fs-extra": "11.3.2",
"node-fetch": "3.3.2",
"rimraf": "6.0.1",
"showdown": "^2.1.0"
@@ -333,9 +333,9 @@
}
},
"node_modules/fs-extra": {
"version": "11.3.1",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.1.tgz",
"integrity": "sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==",
"version": "11.3.2",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz",
"integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==",
"dependencies": {
"graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1",
@@ -1123,9 +1123,9 @@
}
},
"fs-extra": {
"version": "11.3.1",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.1.tgz",
"integrity": "sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==",
"version": "11.3.2",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz",
"integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==",
"requires": {
"graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1",

View File

@@ -21,7 +21,7 @@
"dependencies": {
"cheerio": "1.1.2",
"draftlog": "1.0.13",
"fs-extra": "11.3.1",
"fs-extra": "11.3.2",
"node-fetch": "3.3.2",
"rimraf": "6.0.1",
"showdown": "^2.1.0"