From 6907b8dd6c6d8f01768852ee4645dbc8472c7d38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:35:29 +0000 Subject: [PATCH] chore(deps-dev): bump @vscode/test-electron from 3.0.0 to 3.1.0 Bumps [@vscode/test-electron](https://github.com/Microsoft/vscode-test) from 3.0.0 to 3.1.0. - [Changelog](https://github.com/microsoft/vscode-test/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/vscode-test/commits) --- updated-dependencies: - dependency-name: "@vscode/test-electron" dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 7b75b952..61bc7579 100644 --- a/package.json +++ b/package.json @@ -1338,7 +1338,7 @@ "@typescript-eslint/eslint-plugin": "^8.65.0", "@typescript-eslint/parser": "^8.65.0", "@vscode/test-cli": "^0.0.15", - "@vscode/test-electron": "^3.0.0", + "@vscode/test-electron": "^3.1.0", "esbuild": "^0.28.1", "eslint": "^10.7.0", "globals": "^17.8.0", diff --git a/yarn.lock b/yarn.lock index 9fbb7f5e..3c202a19 100644 --- a/yarn.lock +++ b/yarn.lock @@ -490,10 +490,10 @@ supports-color "^10.2.2" yargs "^18.0.0" -"@vscode/test-electron@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-3.0.0.tgz#6a27d6992e4c89b2a229cbed3e990afe2b3575ef" - integrity sha512-TY5mC7aAjxSLDXsyjhrG8cJHgc/HLdiE5lvtW7hABYQrY24Qwozzr5UoO3HiuAM4Hzz4b7K/eZlwrCILj94CcA== +"@vscode/test-electron@^3.1.0": + version "3.1.0" + resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-3.1.0.tgz#46b93d118dcd3b3c89caae296a13f9a7f5eb63c5" + integrity sha512-CRqv5u+YYoseuNVJ6Tyo4k0sF0mx4qnKMihRB0PjsUF8Dc0WKtCXo6CNL6nWWm5esfFQsQA/pejMj4ZbpJVLTw== dependencies: http-proxy-agent "^7.0.2" https-proxy-agent "^7.0.5"