Skip to content

Commit 4c8efca

Browse files
Bump @vscode/test-electron from 2.4.0 to 2.4.1 (#1118)
Bumps [@vscode/test-electron](https://github.com/Microsoft/vscode-test) from 2.4.0 to 2.4.1. - [Changelog](https://github.com/microsoft/vscode-test/blob/main/CHANGELOG.md) - [Commits](microsoft/vscode-test@v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: "@vscode/test-electron" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 765a0bf commit 4c8efca

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@
13091309
"@types/which": "^3.0.4",
13101310
"@typescript-eslint/eslint-plugin": "^7.13.0",
13111311
"@typescript-eslint/parser": "^7.12.0",
1312-
"@vscode/test-electron": "^2.4.0",
1312+
"@vscode/test-electron": "^2.4.1",
13131313
"eslint": "^8.57.0",
13141314
"eslint-webpack-plugin": "^4.2.0",
13151315
"glob": "^10.4.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -396,13 +396,13 @@
396396
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
397397
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
398398

399-
"@vscode/test-electron@^2.4.0":
400-
version "2.4.0"
401-
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.4.0.tgz#6fcdbac10948960c15f8970cf5d5e624dd51a524"
402-
integrity sha512-yojuDFEjohx6Jb+x949JRNtSn6Wk2FAh4MldLE3ck9cfvCqzwxF32QsNy1T9Oe4oT+ZfFcg0uPUCajJzOmPlTA==
399+
"@vscode/test-electron@^2.4.1":
400+
version "2.4.1"
401+
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.4.1.tgz#5c2760640bf692efbdaa18bafcd35fb519688941"
402+
integrity sha512-Gc6EdaLANdktQ1t+zozoBVRynfIsMKMc94Svu1QreOBC8y76x4tvaK32TljrLi1LI2+PK58sDVbL7ALdqf3VRQ==
403403
dependencies:
404404
http-proxy-agent "^7.0.2"
405-
https-proxy-agent "^7.0.4"
405+
https-proxy-agent "^7.0.5"
406406
jszip "^3.10.1"
407407
ora "^7.0.1"
408408
semver "^7.6.2"
@@ -1297,10 +1297,10 @@ http-proxy-agent@^7.0.2:
12971297
agent-base "^7.1.0"
12981298
debug "^4.3.4"
12991299

1300-
https-proxy-agent@^7.0.4:
1301-
version "7.0.4"
1302-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz#8e97b841a029ad8ddc8731f26595bad868cb4168"
1303-
integrity sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==
1300+
https-proxy-agent@^7.0.5:
1301+
version "7.0.5"
1302+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz#9e8b5013873299e11fab6fd548405da2d6c602b2"
1303+
integrity sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==
13041304
dependencies:
13051305
agent-base "^7.0.2"
13061306
debug "4"

0 commit comments

Comments
 (0)