Skip to content

Commit a69830e

Browse files
chore(deps): update dependency @vscode/test-electron to v2.4.1 (#5620)
1 parent 6268799 commit a69830e

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1650,7 +1650,7 @@
16501650
"@types/uuid": "10.0.0",
16511651
"@types/vega": "3.2.0",
16521652
"@types/vscode": "1.75.0",
1653-
"@vscode/test-electron": "2.4.0",
1653+
"@vscode/test-electron": "2.4.1",
16541654
"@vscode/vsce": "2.25.0",
16551655
"@wdio/cli": "8.39.1",
16561656
"@wdio/local-runner": "8.39.1",

yarn.lock

+13-5
Original file line numberDiff line numberDiff line change
@@ -4943,13 +4943,13 @@
49434943
"@microsoft/applicationinsights-web-basic" "^3.0.2"
49444944
applicationinsights "^2.7.1"
49454945

4946-
"@vscode/[email protected].0":
4947-
version "2.4.0"
4948-
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.4.0.tgz#6fcdbac10948960c15f8970cf5d5e624dd51a524"
4949-
integrity sha512-yojuDFEjohx6Jb+x949JRNtSn6Wk2FAh4MldLE3ck9cfvCqzwxF32QsNy1T9Oe4oT+ZfFcg0uPUCajJzOmPlTA==
4946+
"@vscode/[email protected].1":
4947+
version "2.4.1"
4948+
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.4.1.tgz#5c2760640bf692efbdaa18bafcd35fb519688941"
4949+
integrity sha512-Gc6EdaLANdktQ1t+zozoBVRynfIsMKMc94Svu1QreOBC8y76x4tvaK32TljrLi1LI2+PK58sDVbL7ALdqf3VRQ==
49504950
dependencies:
49514951
http-proxy-agent "^7.0.2"
4952-
https-proxy-agent "^7.0.4"
4952+
https-proxy-agent "^7.0.5"
49534953
jszip "^3.10.1"
49544954
ora "^7.0.1"
49554955
semver "^7.6.2"
@@ -11136,6 +11136,14 @@ https-proxy-agent@^7.0.4:
1113611136
agent-base "^7.0.2"
1113711137
debug "4"
1113811138

11139+
https-proxy-agent@^7.0.5:
11140+
version "7.0.5"
11141+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz#9e8b5013873299e11fab6fd548405da2d6c602b2"
11142+
integrity sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==
11143+
dependencies:
11144+
agent-base "^7.0.2"
11145+
debug "4"
11146+
1113911147
human-signals@^2.1.0:
1114011148
version "2.1.0"
1114111149
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"

0 commit comments

Comments
 (0)