Skip to content

Commit c86b9db

Browse files
Bump @vscode/test-electron from 2.1.5 to 2.2.0 (#743)
Bumps [@vscode/test-electron](https://github.com/Microsoft/vscode-test) from 2.1.5 to 2.2.0. - [Release notes](https://github.com/Microsoft/vscode-test/releases) - [Changelog](https://github.com/microsoft/vscode-test/blob/main/CHANGELOG.md) - [Commits](microsoft/vscode-test@v2.1.5...v2.2.0) --- updated-dependencies: - dependency-name: "@vscode/test-electron" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8042fb commit c86b9db

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@
563563
"@types/yauzl": "^2.9.1",
564564
"@typescript-eslint/eslint-plugin": "^5.40.0",
565565
"@typescript-eslint/parser": "^5.40.1",
566-
"@vscode/test-electron": "^2.1.5",
566+
"@vscode/test-electron": "^2.2.0",
567567
"eslint": "^8.25.0",
568568
"glob": "^8.0.3",
569569
"husky": "^8.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -347,10 +347,10 @@
347347
"@typescript-eslint/types" "5.40.1"
348348
eslint-visitor-keys "^3.3.0"
349349

350-
"@vscode/test-electron@^2.1.5":
351-
version "2.1.5"
352-
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.1.5.tgz#ac98f8f445ea4590753f5fa0c7f6e4298f08c3b7"
353-
integrity sha512-O/ioqFpV+RvKbRykX2ItYPnbcZ4Hk5V0rY4uhQjQTLhGL9WZUvS7exzuYQCCI+ilSqJpctvxq2llTfGXf9UnnA==
350+
"@vscode/test-electron@^2.2.0":
351+
version "2.2.0"
352+
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.2.0.tgz#b90c76b8f076f9cf2d885f14b3c5fc3f586b9419"
353+
integrity sha512-xk2xrOTMG75/hxO8OVVZ+GErv9gmdZwOD8rEHV3ty3n1Joav2yFcfrmqD6Ukref27U13LEL8gVvSHzauGAK5nQ==
354354
dependencies:
355355
http-proxy-agent "^4.0.1"
356356
https-proxy-agent "^5.0.0"

0 commit comments

Comments
 (0)