Skip to content

Commit 650f5c8

Browse files
chore(deps-dev): bump @vscode/test-electron from 2.4.0 to 2.4.1
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]>
1 parent 8cc079f commit 650f5c8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
"@types/ws": "^8.5.11",
280280
"@typescript-eslint/eslint-plugin": "^6.21.0",
281281
"@typescript-eslint/parser": "^6.21.0",
282-
"@vscode/test-electron": "^2.4.0",
282+
"@vscode/test-electron": "^2.4.1",
283283
"@vscode/vsce": "^2.21.1",
284284
"bufferutil": "^4.0.8",
285285
"coder": "https://github.com/coder/coder#main",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -745,13 +745,13 @@
745745
loupe "^2.3.6"
746746
pretty-format "^29.5.0"
747747

748-
"@vscode/test-electron@^2.4.0":
749-
version "2.4.0"
750-
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.4.%3Cspan%20class="x x-first x-last">0.tgz#6fcdbac10948960c15f8970cf5d5e624dd51a524"
751-
integrity sha512-yojuDFEjohx6Jb+x949JRNtSn6Wk2FAh4MldLE3ck9cfvCqzwxF32QsNy1T9Oe4oT+ZfFcg0uPUCajJzOmPlTA==
748+
"@vscode/test-electron@^2.4.1":
749+
version "2.4.1"
750+
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.4.%3Cspan%20class="x x-first x-last">1.tgz#5c2760640bf692efbdaa18bafcd35fb519688941"
751+
integrity sha512-Gc6EdaLANdktQ1t+zozoBVRynfIsMKMc94Svu1QreOBC8y76x4tvaK32TljrLi1LI2+PK58sDVbL7ALdqf3VRQ==
752752
dependencies:
753753
http-proxy-agent "^7.0.2"
754-
https-proxy-agent "^7.0.4"
754+
https-proxy-agent "^7.0.5"
755755
jszip "^3.10.1"
756756
ora "^7.0.1"
757757
semver "^7.6.2"
@@ -3145,10 +3145,10 @@ https-proxy-agent@^5.0.0:
31453145
agent-base "6"
31463146
debug "4"
31473147

3148-
https-proxy-agent@^7.0.2, https-proxy-agent@^7.0.3, https-proxy-agent@^7.0.4:
3149-
version "7.0.4"
3150-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.%3Cspan%20class="x x-first x-last">4.tgz#8e97b841a029ad8ddc8731f26595bad868cb4168"
3151-
integrity sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==
3148+
https-proxy-agent@^7.0.2, https-proxy-agent@^7.0.3, https-proxy-agent@^7.0.5:
3149+
version "7.0.5"
3150+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.%3Cspan%20class="x x-first x-last">5.tgz#9e8b5013873299e11fab6fd548405da2d6c602b2"
3151+
integrity sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==
31523152
dependencies:
31533153
agent-base "^7.0.2"
31543154
debug "4"

0 commit comments

Comments
 (0)