Skip to content

Commit 510f057

Browse files
build(deps): Bump fs-extra and @types/fs-extra
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) and [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra). These dependencies needed to be updated together. Updates `fs-extra` from 10.1.0 to 11.1.1 - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@10.1.0...11.1.1) Updates `@types/fs-extra` from 9.0.13 to 11.0.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/fs-extra" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 21c63d6 commit 510f057

File tree

2 files changed

+37
-17
lines changed

2 files changed

+37
-17
lines changed

package-lock.json

+35-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"dependencies": {
6262
"camelcase": "^6.3.0",
6363
"commander": "^9.4.1",
64-
"fs-extra": "^10.1.0",
64+
"fs-extra": "^11.1.1",
6565
"handlebars": "^4.7.7",
6666
"json-schema-ref-parser": "^9.0.9"
6767
},
@@ -86,7 +86,7 @@
8686
"@rollup/plugin-typescript": "11.1.0",
8787
"@types/cross-spawn": "6.0.2",
8888
"@types/express": "4.17.15",
89-
"@types/fs-extra": "^9.0.13",
89+
"@types/fs-extra": "^11.0.1",
9090
"@types/glob": "8.0.1",
9191
"@types/jest": "29.2.5",
9292
"@types/node": "18.11.18",

0 commit comments

Comments
 (0)