diff --git a/package-lock.json b/package-lock.json index ba86ae7..e37282d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "@types/mocha": "^10.0.0", "@types/node": "^18.11.9", - "@vscode/test-electron": "^2.2.0", + "@vscode/test-electron": "^2.2.2", "mocha": "^10.1.0", "snazzy": "^9.0.0", "ts-standard": "^12.0.1", @@ -389,9 +389,9 @@ } }, "node_modules/@vscode/test-electron": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.2.0.tgz", - "integrity": "sha512-xk2xrOTMG75/hxO8OVVZ+GErv9gmdZwOD8rEHV3ty3n1Joav2yFcfrmqD6Ukref27U13LEL8gVvSHzauGAK5nQ==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.2.2.tgz", + "integrity": "sha512-s5d2VtMySvff0UgqkJ0BMCr1es+qREE194EAodGIefq518W53ifvv69e80l9e2MrYJEqUUKwukE/w3H9o15YEw==", "dev": true, "dependencies": { "http-proxy-agent": "^4.0.1", @@ -400,7 +400,7 @@ "unzipper": "^0.10.11" }, "engines": { - "node": ">=8.9.3" + "node": ">=16" } }, "node_modules/acorn": { @@ -5263,9 +5263,9 @@ } }, "@vscode/test-electron": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.2.0.tgz", - "integrity": "sha512-xk2xrOTMG75/hxO8OVVZ+GErv9gmdZwOD8rEHV3ty3n1Joav2yFcfrmqD6Ukref27U13LEL8gVvSHzauGAK5nQ==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.2.2.tgz", + "integrity": "sha512-s5d2VtMySvff0UgqkJ0BMCr1es+qREE194EAodGIefq518W53ifvv69e80l9e2MrYJEqUUKwukE/w3H9o15YEw==", "dev": true, "requires": { "http-proxy-agent": "^4.0.1", diff --git a/package.json b/package.json index a1d787d..8241a12 100644 --- a/package.json +++ b/package.json @@ -219,7 +219,7 @@ "devDependencies": { "@types/mocha": "^10.0.0", "@types/node": "^18.11.9", - "@vscode/test-electron": "^2.2.0", + "@vscode/test-electron": "^2.2.2", "mocha": "^10.1.0", "snazzy": "^9.0.0", "ts-standard": "^12.0.1",