From 153547c04ab723faf477429f638205497d775b9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 01:34:19 +0000 Subject: [PATCH] Bump @vscode/test-electron from 2.3.0 to 2.3.3 Bumps [@vscode/test-electron](https://github.com/Microsoft/vscode-test) from 2.3.0 to 2.3.3. - [Changelog](https://github.com/microsoft/vscode-test/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/vscode-test/compare/v2.3.0...v2.3.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 9c99988..d2c31fd 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/vscode": "^1.78.1", "@typescript-eslint/eslint-plugin": "^5.56.0", "@typescript-eslint/parser": "^5.59.7", - "@vscode/test-electron": "^2.3.0", + "@vscode/test-electron": "^2.3.3", "eslint": "^8.41.0", "glob": "^10.2.2", "mocha": "^10.2.0", diff --git a/yarn.lock b/yarn.lock index 3e4ee4d..cabf332 100644 --- a/yarn.lock +++ b/yarn.lock @@ -240,10 +240,10 @@ "@typescript-eslint/types" "5.59.7" eslint-visitor-keys "^3.3.0" -"@vscode/test-electron@^2.3.0": - version "2.3.0" - resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.3.0.tgz#de0ba2f5d36546a83cd481b458cbdbb7cc0f7049" - integrity sha512-fwzA9RtazH1GT/sckYlbxu6t5e4VaMXwCVtyLv4UAG0hP6NTfnMaaG25XCfWqlVwFhBMcQXHBCy5dmz2eLUnkw== +"@vscode/test-electron@^2.3.3": + version "2.3.3" + resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.3.3.tgz#e648700d5848eccfda99efa5d839356cfbe8cd4e" + integrity sha512-hgXCkDP0ibboF1K6seqQYyHAzCURgTwHS/6QU7slhwznDLwsRwg9bhfw1CZdyUEw8vvCmlrKWnd7BlQnI0BC4w== dependencies: http-proxy-agent "^4.0.1" https-proxy-agent "^5.0.0"