chore(deps): bump fs-extra from 11.3.5 to 11.3.6 (#3785)

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

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-version: 11.3.6
  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]
2026-09-04 23:55:31 -07:00
committed by GitHub
parent d3baf0ef7e
commit 61566431cc
2 changed files with 37 additions and 31 deletions
+36 -30
View File
@@ -9696,6 +9696,20 @@
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
"license": "MIT"
},
"node_modules/fs-extra": {
"version": "11.3.6",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.6.tgz",
"integrity": "sha512-w8ZNZr2mKIc7qeNaQ9AVPT1+iFaI+Avd4xudVOvdDJ8VytREi1Ft5Ih7hd9jjehod8vAM5GMsfQ/TpPf4EyoEA==",
"license": "MIT",
"dependencies": {
"graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1",
"universalify": "^2.0.0"
},
"engines": {
"node": ">=14.14"
}
},
"node_modules/fsevents": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
@@ -11038,6 +11052,18 @@
"node": ">=6"
}
},
"node_modules/jsonfile": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.1.tgz",
"integrity": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==",
"license": "MIT",
"dependencies": {
"universalify": "^2.0.0"
},
"optionalDependencies": {
"graceful-fs": "^4.1.6"
}
},
"node_modules/jsonwebtoken": {
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz",
@@ -16253,6 +16279,15 @@
"url": "https://opencollective.com/unified"
}
},
"node_modules/universalify": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
"license": "MIT",
"engines": {
"node": ">= 10.0.0"
}
},
"node_modules/unpipe": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
@@ -17924,7 +17959,7 @@
"dependencies": {
"@fontsource/inter": "^5.2.8",
"esbuild": "0.25.11",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.6",
"highlight.js": "^11.11.2",
"html-entities": "^2.3.3",
"jquery": "^4.0.0",
@@ -18439,18 +18474,6 @@
"node": ">=18"
}
},
"src/docs/node_modules/fs-extra": {
"version": "11.3.5",
"license": "MIT",
"dependencies": {
"graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1",
"universalify": "^2.0.0"
},
"engines": {
"node": ">=14.14"
}
},
"src/docs/node_modules/html-encoding-sniffer": {
"version": "4.0.0",
"license": "MIT",
@@ -18552,16 +18575,6 @@
}
}
},
"src/docs/node_modules/jsonfile": {
"version": "6.2.1",
"license": "MIT",
"dependencies": {
"universalify": "^2.0.0"
},
"optionalDependencies": {
"graceful-fs": "^4.1.6"
}
},
"src/docs/node_modules/parse5": {
"version": "7.3.0",
"license": "MIT",
@@ -18606,13 +18619,6 @@
"node": ">=18"
}
},
"src/docs/node_modules/universalify": {
"version": "2.0.1",
"license": "MIT",
"engines": {
"node": ">= 10.0.0"
}
},
"src/docs/node_modules/webidl-conversions": {
"version": "7.0.0",
"license": "BSD-2-Clause",
+1 -1
View File
@@ -19,7 +19,7 @@
"dependencies": {
"@fontsource/inter": "^5.2.8",
"esbuild": "0.25.11",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.6",
"highlight.js": "^11.11.2",
"html-entities": "^2.3.3",
"jquery": "^4.0.0",