Skip to content

Commit

Permalink
chore(deps-dev): bump fs-extra from 11.1.1 to 11.2.0 (#1291)
Browse files Browse the repository at this point in the history
Bumps [fs-extra](https://github.com/jprichardson/node-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)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent bfb0d4f commit 96ac87b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@
"@vscode/test-electron": "2.3.8",
"@vscode/vsce": "2.22.0",
"esbuild": "0.19.7",
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"glob": "10.3.10",
"mocha": "10.2.0",
"npm-run-all": "4.1.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2947,14 +2947,14 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:11.1.1":
version: 11.1.1
resolution: "fs-extra@npm:11.1.1"
"fs-extra@npm:11.2.0":
version: 11.2.0
resolution: "fs-extra@npm:11.2.0"
dependencies:
graceful-fs: "npm:^4.2.0"
jsonfile: "npm:^6.0.1"
universalify: "npm:^2.0.0"
checksum: a2480243d7dcfa7d723c5f5b24cf4eba02a6ccece208f1524a2fbde1c629492cfb9a59e4b6d04faff6fbdf71db9fdc8ef7f396417a02884195a625f5d8dc9427
checksum: d77a9a9efe60532d2e790e938c81a02c1b24904ef7a3efb3990b835514465ba720e99a6ea56fd5e2db53b4695319b644d76d5a0e9988a2beef80aa7b1da63398
languageName: node
linkType: hard

Expand Down Expand Up @@ -4739,7 +4739,7 @@ __metadata:
"@vscode/test-electron": "npm:2.3.8"
"@vscode/vsce": "npm:2.22.0"
esbuild: "npm:0.19.7"
fs-extra: "npm:11.1.1"
fs-extra: "npm:11.2.0"
glob: "npm:10.3.10"
mocha: "npm:10.2.0"
npm-run-all: "npm:4.1.5"
Expand Down

0 comments on commit 96ac87b

Please sign in to comment.