diff --git a/CHANGELOG.md b/CHANGELOG.md index a010710a..653f6ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,8 @@ What's changed since v2.5.0: [#914](https://github.com/microsoft/PSRule-vscode/pull/914) - Bump vsce to v2.13.0. [#901](https://github.com/microsoft/PSRule-vscode/pull/901) + - Bumps @vscode/test-electron to v2.2.0. + [#902](https://github.com/microsoft/PSRule-vscode/pull/902) ## v2.5.0 diff --git a/package-lock.json b/package-lock.json index 8a0ab734..251ae0d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@types/vscode": "1.73.0", "@typescript-eslint/eslint-plugin": "^5.42.0", "@typescript-eslint/parser": "^5.42.0", - "@vscode/test-electron": "^2.1.5", + "@vscode/test-electron": "^2.2.0", "ansi-regex": ">=6.0.1", "esbuild": "^0.15.13", "eslint": "^8.26.0", @@ -412,9 +412,9 @@ } }, "node_modules/@vscode/test-electron": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.1.5.tgz", - "integrity": "sha512-O/ioqFpV+RvKbRykX2ItYPnbcZ4Hk5V0rY4uhQjQTLhGL9WZUvS7exzuYQCCI+ilSqJpctvxq2llTfGXf9UnnA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.2.0.tgz", + "integrity": "sha512-xk2xrOTMG75/hxO8OVVZ+GErv9gmdZwOD8rEHV3ty3n1Joav2yFcfrmqD6Ukref27U13LEL8gVvSHzauGAK5nQ==", "dev": true, "dependencies": { "http-proxy-agent": "^4.0.1", @@ -4339,9 +4339,9 @@ } }, "@vscode/test-electron": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.1.5.tgz", - "integrity": "sha512-O/ioqFpV+RvKbRykX2ItYPnbcZ4Hk5V0rY4uhQjQTLhGL9WZUvS7exzuYQCCI+ilSqJpctvxq2llTfGXf9UnnA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.2.0.tgz", + "integrity": "sha512-xk2xrOTMG75/hxO8OVVZ+GErv9gmdZwOD8rEHV3ty3n1Joav2yFcfrmqD6Ukref27U13LEL8gVvSHzauGAK5nQ==", "dev": true, "requires": { "http-proxy-agent": "^4.0.1", diff --git a/package.json b/package.json index e9ba1842..198fbc4a 100644 --- a/package.json +++ b/package.json @@ -419,7 +419,7 @@ "mocha": "^10.1.0", "typescript": "^4.8.4", "vsce": "^2.13.0", - "@vscode/test-electron": "^2.1.5", + "@vscode/test-electron": "^2.2.0", "nth-check": ">=2.1.1", "ansi-regex": ">=6.0.1" }