From 6664f993a59ffeda67d6e5827fe6f35a7cee724a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 22:21:50 +0000 Subject: [PATCH] Bump @vscode/test-electron from 2.2.1 to 2.2.3 Bumps [@vscode/test-electron](https://github.com/Microsoft/vscode-test) from 2.2.1 to 2.2.3. - [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.2.1...v2.2.3) --- updated-dependencies: - dependency-name: "@vscode/test-electron" dependency-type: direct:development update-type: version-update:semver-patch ... 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 819357d..6e755a4 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@types/vscode": "^1.74.0", "@typescript-eslint/eslint-plugin": "^5.47.1", "@typescript-eslint/parser": "^5.47.1", - "@vscode/test-electron": "^2.2.1", + "@vscode/test-electron": "^2.2.3", "eslint": "^8.30.0", "glob": "^8.0.3", "husky": "^8.0.2", diff --git a/yarn.lock b/yarn.lock index 175efeb..1b19eeb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -264,10 +264,10 @@ "@typescript-eslint/types" "5.47.1" eslint-visitor-keys "^3.3.0" -"@vscode/test-electron@^2.2.1": - version "2.2.1" - resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.2.1.tgz#6d1ac128e27c18e1d20bcb299e830b50587f74ca" - integrity sha512-DUdwSYVc9p/PbGveaq20dbAAXHfvdq4zQ24ILp6PKizOBxrOfMsOq8Vts5nMzeIo0CxtA/RxZLFyDv001PiUSg== +"@vscode/test-electron@^2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.2.3.tgz#bf6a77542970b5d34561d0671259900632e5eb94" + integrity sha512-7DmdGYQTqRNaLHKG3j56buc9DkstriY4aV0S3Zj32u0U9/T0L8vwWAC9QGCh1meu1VXDEla1ze27TkqysHGP0Q== dependencies: http-proxy-agent "^4.0.1" https-proxy-agent "^5.0.0"