From f0784552f99d188e2ac97a5150e45ce3afb88f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Dec 2021 23:17:28 +0000 Subject: [PATCH] Bump @vscode/test-electron from 1.6.2 to 2.0.0 Bumps [@vscode/test-electron](https://github.com/Microsoft/vscode-test) from 1.6.2 to 2.0.0. - [Release notes](https://github.com/Microsoft/vscode-test/releases) - [Changelog](https://github.com/microsoft/vscode-test/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/vscode-test/compare/v1.6.2...v2.0.0) --- updated-dependencies: - dependency-name: "@vscode/test-electron" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 84c203b..bd0ec0a 100644 --- a/package.json +++ b/package.json @@ -257,7 +257,7 @@ "@types/vscode": "^1.55.0", "@typescript-eslint/eslint-plugin": "^5.7.0", "@typescript-eslint/parser": "^5.7.0", - "@vscode/test-electron": "^1.6.2", + "@vscode/test-electron": "^2.0.0", "chai": "^4.3.4", "eslint": "^8.4.1", "mocha": "^9.1.3", diff --git a/yarn.lock b/yarn.lock index ea736cc..fa17b6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -430,10 +430,10 @@ resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44" integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q== -"@vscode/test-electron@^1.6.2": - version "1.6.2" - resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-1.6.2.tgz#f639cab19a0013949015079dcfd2ff0c1aa88a1b" - integrity sha512-W01ajJEMx6223Y7J5yaajGjVs1QfW3YGkkOJHVKfAMEqNB1ZHN9wCcViehv5ZwVSSJnjhu6lYEYgwBdHtCxqhQ== +"@vscode/test-electron@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.0.0.tgz#4451eec8bc5b721c88e5bf39f1a43b0eec0fd8c7" + integrity sha512-DRHWriyETOA5SO4XktoMFpgsZWlVScSZYMeASYT/kp3vpIq8Yki2yLPNOxdd8qyqDPoF9oHGodQJWBbHnaYkeA== dependencies: http-proxy-agent "^4.0.1" https-proxy-agent "^5.0.0"