diff --git a/package.json b/package.json index 1950ef1..d46a420 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "@types/vscode": "^1.75.0", "@typescript-eslint/eslint-plugin": "^8.37.0", "@typescript-eslint/parser": "^8.37.0", - "@vscode/test-electron": "^2.2.0", + "@vscode/test-electron": "^3.0.0", "@vscode/vsce": "^3.6.0", "esbuild": "^0.28.0", "eslint": "^10.0.0", diff --git a/yarn.lock b/yarn.lock index a2a0e5b..e37de02 100644 --- a/yarn.lock +++ b/yarn.lock @@ -682,10 +682,10 @@ https-proxy-agent "^7.0.0" tslib "^2.6.2" -"@vscode/test-electron@^2.2.0": - version "2.5.2" - resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.5.2.tgz#f7d4078e8230ce9c94322f2a29cc16c17954085d" - integrity sha512-8ukpxv4wYe0iWMRQU18jhzJOHkeGKbnw7xWRX3Zw1WJA4cEKbHcmmLPdPrPtL6rhDcrlCZN+xKRpv09n4gRHYg== +"@vscode/test-electron@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-3.0.0.tgz#6a27d6992e4c89b2a229cbed3e990afe2b3575ef" + integrity sha512-TY5mC7aAjxSLDXsyjhrG8cJHgc/HLdiE5lvtW7hABYQrY24Qwozzr5UoO3HiuAM4Hzz4b7K/eZlwrCILj94CcA== dependencies: http-proxy-agent "^7.0.2" https-proxy-agent "^7.0.5"