Skip to content

Commit

Permalink
chore(deps): update dependency @vscode/test-electron to v2.4.1 (#5620)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 13, 2024
1 parent 6268799 commit a69830e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,7 @@
"@types/uuid": "10.0.0",
"@types/vega": "3.2.0",
"@types/vscode": "1.75.0",
"@vscode/test-electron": "2.4.0",
"@vscode/test-electron": "2.4.1",
"@vscode/vsce": "2.25.0",
"@wdio/cli": "8.39.1",
"@wdio/local-runner": "8.39.1",
Expand Down
18 changes: 13 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4943,13 +4943,13 @@
"@microsoft/applicationinsights-web-basic" "^3.0.2"
applicationinsights "^2.7.1"

"@vscode/[email protected].0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.4.0.tgz#6fcdbac10948960c15f8970cf5d5e624dd51a524"
integrity sha512-yojuDFEjohx6Jb+x949JRNtSn6Wk2FAh4MldLE3ck9cfvCqzwxF32QsNy1T9Oe4oT+ZfFcg0uPUCajJzOmPlTA==
"@vscode/[email protected].1":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.4.1.tgz#5c2760640bf692efbdaa18bafcd35fb519688941"
integrity sha512-Gc6EdaLANdktQ1t+zozoBVRynfIsMKMc94Svu1QreOBC8y76x4tvaK32TljrLi1LI2+PK58sDVbL7ALdqf3VRQ==
dependencies:
http-proxy-agent "^7.0.2"
https-proxy-agent "^7.0.4"
https-proxy-agent "^7.0.5"
jszip "^3.10.1"
ora "^7.0.1"
semver "^7.6.2"
Expand Down Expand Up @@ -11136,6 +11136,14 @@ https-proxy-agent@^7.0.4:
agent-base "^7.0.2"
debug "4"

https-proxy-agent@^7.0.5:
version "7.0.5"
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz#9e8b5013873299e11fab6fd548405da2d6c602b2"
integrity sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==
dependencies:
agent-base "^7.0.2"
debug "4"

human-signals@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
Expand Down

0 comments on commit a69830e

Please sign in to comment.