From 771973a19ec2d2bae4d275d3cec95871796eb9bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 08:57:53 +0800 Subject: [PATCH] Bump fs-extra from 11.2.0 to 11.3.0 in the fs-extra group (#1033) Bumps the fs-extra group with 1 update: [fs-extra](https://github.com/jprichardson/node-fs-extra). Updates `fs-extra` from 11.2.0 to 11.3.0 - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.2.0...11.3.0) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fs-extra ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8361fb5..c4fe944 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.6", "license": "MIT", "dependencies": { - "fs-extra": "^11.2.0", + "fs-extra": "^11.3.0", "get-port": "^5.1.1", "ps-tree": "^1.2.0", "vscode-languageclient": "~8.1.0", @@ -2201,9 +2201,10 @@ "optional": true }, "node_modules/fs-extra": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", - "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", + "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", diff --git a/package.json b/package.json index 4c7c428..88d1dea 100644 --- a/package.json +++ b/package.json @@ -480,7 +480,7 @@ "webpack-cli": "^5.1.4" }, "dependencies": { - "fs-extra": "^11.2.0", + "fs-extra": "^11.3.0", "get-port": "^5.1.1", "ps-tree": "^1.2.0", "vscode-languageclient": "~8.1.0",