Skip to content

Commit f140996

Browse files
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 11.1.1 to 11.2.0 - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@11.1.1...11.2.0) Updates `@types/fs-extra` from 11.0.1 to 11.0.4 - [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-minor - dependency-name: "@types/fs-extra" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4bf3b6a commit f140996

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490
"devDependencies": {
491491
"@types/chai": "^4.3.4",
492492
"@types/chai-as-promised": "^7.1.5",
493-
"@types/fs-extra": "^11.0.1",
493+
"@types/fs-extra": "^11.0.4",
494494
"@types/glob": "^7.2.0",
495495
"@types/lodash": "^4.14.191",
496496
"@types/mocha": "^10.0.1",
@@ -521,7 +521,7 @@
521521
},
522522
"dependencies": {
523523
"@vscode/extension-telemetry": "^0.8.5",
524-
"fs-extra": "^11.1.0",
524+
"fs-extra": "^11.2.0",
525525
"iconv-lite": "^0.6.3",
526526
"inversify": "^6.0.1",
527527
"jsonc-parser": "^3.2.0",

0 commit comments

Comments
 (0)