From fb14052116cee7d08901097620e32308c3c3301b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 15:20:21 +0000 Subject: [PATCH] Bump @vscode/test-electron from 2.1.5 to 2.2.2 Bumps [@vscode/test-electron](https://github.com/Microsoft/vscode-test) from 2.1.5 to 2.2.2. - [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/v2.1.5...v2.2.2) --- updated-dependencies: - dependency-name: "@vscode/test-electron" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac69ffa..1c443f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -299,9 +299,9 @@ } }, "@vscode/test-electron": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.1.5.tgz", - "integrity": "sha512-O/ioqFpV+RvKbRykX2ItYPnbcZ4Hk5V0rY4uhQjQTLhGL9WZUvS7exzuYQCCI+ilSqJpctvxq2llTfGXf9UnnA==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.2.2.tgz", + "integrity": "sha512-s5d2VtMySvff0UgqkJ0BMCr1es+qREE194EAodGIefq518W53ifvv69e80l9e2MrYJEqUUKwukE/w3H9o15YEw==", "dev": true, "requires": { "http-proxy-agent": "^4.0.1", diff --git a/package.json b/package.json index 17a169f..dec4cb4 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "ts-loader": "^9.4.2", "webpack": "^5.75.0", "webpack-cli": "^4.10.0", - "@vscode/test-electron": "^2.1.5" + "@vscode/test-electron": "^2.2.2" }, "dependencies": { "form-data": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 9940c0f..20a6a45 100644 --- a/yarn.lock +++ b/yarn.lock @@ -257,10 +257,10 @@ "@typescript-eslint/types" "5.40.0" eslint-visitor-keys "^3.3.0" -"@vscode/test-electron@^2.1.5": - version "2.1.5" - resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.1.5.tgz#ac98f8f445ea4590753f5fa0c7f6e4298f08c3b7" - integrity sha512-O/ioqFpV+RvKbRykX2ItYPnbcZ4Hk5V0rY4uhQjQTLhGL9WZUvS7exzuYQCCI+ilSqJpctvxq2llTfGXf9UnnA== +"@vscode/test-electron@^2.2.2": + version "2.2.2" + resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.2.2.tgz#2ec559ad6b879bc4024ffc0c5e192e4c5d0ff704" + integrity sha512-s5d2VtMySvff0UgqkJ0BMCr1es+qREE194EAodGIefq518W53ifvv69e80l9e2MrYJEqUUKwukE/w3H9o15YEw== dependencies: http-proxy-agent "^4.0.1" https-proxy-agent "^5.0.0"