From 0ba66150774ed6e929755d107cd1716552e430ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 23:49:58 +0000 Subject: [PATCH] chore(deps): update dependency @vscode/test-electron to v3.1.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bf065703193..d842fdfc194 100644 --- a/package.json +++ b/package.json @@ -1230,7 +1230,7 @@ "@types/vscode": "1.74.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", - "@vscode/test-electron": "3.0.0", + "@vscode/test-electron": "3.1.0", "@vscode/vsce": "^3.6.2", "circular-dependency-plugin": "^5.2.2", "clean-webpack-plugin": "4.0.0", diff --git a/yarn.lock b/yarn.lock index 296624ccfc0..909cfd3b949 100644 --- a/yarn.lock +++ b/yarn.lock @@ -778,10 +778,10 @@ https-proxy-agent "^7.0.0" tslib "^2.6.2" -"@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== +"@vscode/test-electron@3.1.0": + version "3.1.0" + resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-3.1.0.tgz#46b93d118dcd3b3c89caae296a13f9a7f5eb63c5" + integrity sha512-CRqv5u+YYoseuNVJ6Tyo4k0sF0mx4qnKMihRB0PjsUF8Dc0WKtCXo6CNL6nWWm5esfFQsQA/pejMj4ZbpJVLTw== dependencies: http-proxy-agent "^7.0.2" https-proxy-agent "^7.0.5"