Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump fs-extra and @types/fs-extra
Browse files Browse the repository at this point in the history
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.2.0
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@10.1.0...11.2.0)

Updates `@types/fs-extra` from 5.1.0 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-major
- dependency-name: "@types/fs-extra"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Nov 11, 2024
1 parent 33af282 commit c0bd484
Showing 2 changed files with 21 additions and 11 deletions.
28 changes: 19 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -614,7 +614,7 @@
"devDependencies": {
"@types/decompress": "^4.2.3",
"@types/estree": "^1.0.6",
"@types/fs-extra": "^5.1.0",
"@types/fs-extra": "^11.0.4",
"@types/gulp": "^4.0.17",
"@types/mocha": "^10.0.9",
"@types/node": "^22.9.0",
@@ -648,7 +648,7 @@
},
"dependencies": {
"@microsoft/vscode-azext-utils": "^2.0.0",
"fs-extra": "^10.1.0",
"fs-extra": "^11.2.0",
"moment": "^2.30.1",
"strip-json-comments": "^3.1.1",
"vscode-jsonrpc": "^8.2.1",

0 comments on commit c0bd484

Please sign in to comment.