From 7dce2b9f5d910d733aad2a35e5842a2d47f906d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 01:49:49 +0000 Subject: [PATCH] Bump @vscode/test-electron from 2.3.4 to 2.3.6 Bumps [@vscode/test-electron](https://github.com/Microsoft/vscode-test) from 2.3.4 to 2.3.6. - [Changelog](https://github.com/microsoft/vscode-test/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/vscode-test/compare/v2.3.4...v2.3.6) --- 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 2eaf1896bc..a12fbcede7 100644 --- a/package.json +++ b/package.json @@ -6666,7 +6666,7 @@ "@types/webpack-env": "^1.18.2", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", - "@vscode/test-electron": "^2.3.4", + "@vscode/test-electron": "^2.3.6", "@vscode/test-web": "^0.0.48", "assert": "^2.1.0", "eslint": "^7.32.0", diff --git a/yarn.lock b/yarn.lock index 5b8ca8b285..c61b9fb216 100644 --- a/yarn.lock +++ b/yarn.lock @@ -423,10 +423,10 @@ "@typescript-eslint/types" "4.33.0" eslint-visitor-keys "^2.0.0" -"@vscode/test-electron@^2.3.4": - version "2.3.4" - resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.3.4.tgz#d0ed1de72d347221cdf71426b0c7e21136f4791f" - integrity sha512-eWzIqXMhvlcoXfEFNWrVu/yYT5w6De+WZXR/bafUQhAp8+8GkQo95Oe14phwiRUPv8L+geAKl/QM2+PoT3YW3g== +"@vscode/test-electron@^2.3.6": + version "2.3.6" + resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.3.6.tgz#61a6ec1b4bdc9a2a694a9d7d86b9cb8b82c5a116" + integrity sha512-M31xGH0RgqNU6CZ4/9g39oUMJ99nLzfjA+4UbtIQ6TcXQ6+2qkjOOxedmPBDDCg26/3Al5ubjY80hIoaMwKYSw== dependencies: http-proxy-agent "^4.0.1" https-proxy-agent "^5.0.0"