Bump fs-extra from 11.3.2 to 11.3.3 (#1217)
Some checks failed
Deploy to GitHub Pages / build (push) Failing after 6s
Deploy to GitHub Pages / deploy (push) Has been skipped
Pull Requests / Weekly QA / test (push) Failing after 3s
Broken Links Report / check-links (push) Failing after 2s

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

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-version: 11.3.3
  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-12-22 19:02:07 +01:00
committed by GitHub
parent a301665db5
commit f421d82354
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"cheerio": "1.1.2", "cheerio": "1.1.2",
"draftlog": "1.0.13", "draftlog": "1.0.13",
"fs-extra": "11.3.2", "fs-extra": "11.3.3",
"node-fetch": "3.3.2", "node-fetch": "3.3.2",
"rimraf": "6.1.2", "rimraf": "6.1.2",
"showdown": "^2.1.0" "showdown": "^2.1.0"
@@ -254,9 +254,9 @@
} }
}, },
"node_modules/fs-extra": { "node_modules/fs-extra": {
"version": "11.3.2", "version": "11.3.3",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz",
"integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==", "integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"graceful-fs": "^4.2.0", "graceful-fs": "^4.2.0",

View File

@@ -22,7 +22,7 @@
"dependencies": { "dependencies": {
"cheerio": "1.1.2", "cheerio": "1.1.2",
"draftlog": "1.0.13", "draftlog": "1.0.13",
"fs-extra": "11.3.2", "fs-extra": "11.3.3",
"node-fetch": "3.3.2", "node-fetch": "3.3.2",
"rimraf": "6.1.2", "rimraf": "6.1.2",
"showdown": "^2.1.0" "showdown": "^2.1.0"