diff --git a/CHANGELOG.md b/CHANGELOG.md index 34819bfa..b3b6e552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,20 +34,18 @@ What's changed since v2.7.0: [#1036](https://github.com/microsoft/PSRule-vscode/pull/1036) - Bump mocha to v10.2.0. [#957](https://github.com/microsoft/PSRule-vscode/pull/957) - - Bump @vscode/test-electron to v2.3.0. - [#1035](https://github.com/microsoft/PSRule-vscode/pull/1035) - - Bump @types/fs-extra to v11.0.1. - [#986](https://github.com/microsoft/PSRule-vscode/pull/986) + - Bump fs-extra to v11.1.1. + [#1058](https://github.com/microsoft/PSRule-vscode/pull/1058) - Bump glob to v8.1.0. [#990](https://github.com/microsoft/PSRule-vscode/pull/990) - - Bump @types/glob to v8.0.1. - [#997](https://github.com/microsoft/PSRule-vscode/pull/997) - Bump typescript to v5.0.2. [#1053](https://github.com/microsoft/PSRule-vscode/pull/1053) - Bump minimist to v1.2.8. [#1014](https://github.com/microsoft/PSRule-vscode/pull/1014) - Bump vscode-languageclient to v8.1.0. [#1021](https://github.com/microsoft/PSRule-vscode/pull/1021) + - Bump @vscode/test-electron to v2.3.0. + [#1035](https://github.com/microsoft/PSRule-vscode/pull/1035) ## v2.7.0 diff --git a/package-lock.json b/package-lock.json index 621f4556..91a8e03e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "fs-extra": "^11.1.0", + "fs-extra": "^11.1.1", "vscode-languageclient": "^8.1.0" }, "devDependencies": { @@ -1843,9 +1843,9 @@ "dev": true }, "node_modules/fs-extra": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz", - "integrity": "sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", + "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", diff --git a/package.json b/package.json index 4bb871c6..f34d750b 100644 --- a/package.json +++ b/package.json @@ -396,7 +396,7 @@ }, "dependencies": { "vscode-languageclient": "^8.1.0", - "fs-extra": "^11.1.0" + "fs-extra": "^11.1.1" }, "extensionDependencies": [ "vscode.powershell",