Skip to content

Commit 27ba2dd

Browse files
build(deps-dev): bump @vscode/test-electron from 2.4.0 to 2.4.1 (#197)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f80dcfc commit 27ba2dd

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
@@ -325,7 +325,7 @@
325325
"@typescript-eslint/parser": "^6.9.0",
326326
"@vercel/ncc": "^0.38.1",
327327
"@vitejs/plugin-react": "^1.3.2",
328-
"@vscode/test-electron": "^2.4.0",
328+
"@vscode/test-electron": "^2.4.1",
329329
"assert": "^2.0.0",
330330
"axios": "^1.4.0",
331331
"eslint": "^8.52.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -996,13 +996,13 @@
996996
resolved "https://registry.npmjs.org/@vscode/codicons/-/codicons-0.0.36.tgz"
997997
integrity sha512-wsNOvNMMJ2BY8rC2N2MNBG7yOowV3ov8KlvUE/AiVUlHKTfWsw3OgAOQduX7h0Un6GssKD3aoTVH+TF3DSQwKQ==
998998

999-
"@vscode/test-electron@^2.4.0":
1000-
version "2.4.0"
1001-
resolved "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.4.0.tgz"
1002-
integrity sha512-yojuDFEjohx6Jb+x949JRNtSn6Wk2FAh4MldLE3ck9cfvCqzwxF32QsNy1T9Oe4oT+ZfFcg0uPUCajJzOmPlTA==
999+
"@vscode/test-electron@^2.4.1":
1000+
version "2.4.1"
1001+
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.4.1.tgz#5c2760640bf692efbdaa18bafcd35fb519688941"
1002+
integrity sha512-Gc6EdaLANdktQ1t+zozoBVRynfIsMKMc94Svu1QreOBC8y76x4tvaK32TljrLi1LI2+PK58sDVbL7ALdqf3VRQ==
10031003
dependencies:
10041004
http-proxy-agent "^7.0.2"
1005-
https-proxy-agent "^7.0.4"
1005+
https-proxy-agent "^7.0.5"
10061006
jszip "^3.10.1"
10071007
ora "^7.0.1"
10081008
semver "^7.6.2"
@@ -2315,10 +2315,10 @@ http-proxy-agent@^7.0.2:
23152315
agent-base "^7.1.0"
23162316
debug "^4.3.4"
23172317

2318-
https-proxy-agent@^7.0.4:
2319-
version "7.0.4"
2320-
resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz"
2321-
integrity sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==
2318+
https-proxy-agent@^7.0.5:
2319+
version "7.0.5"
2320+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz#9e8b5013873299e11fab6fd548405da2d6c602b2"
2321+
integrity sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==
23222322
dependencies:
23232323
agent-base "^7.0.2"
23242324
debug "4"

0 commit comments

Comments
 (0)