Skip to content

Commit 71b38fd

Browse files
Bump @vscode/test-electron from 2.3.3 to 2.3.4
Bumps [@vscode/test-electron](https://github.com/Microsoft/vscode-test) from 2.3.3 to 2.3.4. - [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-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f153cc1 commit 71b38fd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@
566566
"@types/which": "^3.0.0",
567567
"@typescript-eslint/eslint-plugin": "^5.62.0",
568568
"@typescript-eslint/parser": "^5.62.0",
569-
"@vscode/test-electron": "^2.3.3",
569+
"@vscode/test-electron": "^2.3.4",
570570
"eslint": "^8.46.0",
571571
"eslint-webpack-plugin": "^4.0.1",
572572
"glob": "^10.3.3",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -354,15 +354,15 @@
354354
"@typescript-eslint/types" "5.62.0"
355355
eslint-visitor-keys "^3.3.0"
356356

357-
"@vscode/test-electron@^2.3.3":
358-
version "2.3.3"
359-
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.3.3.tgz#e648700d5848eccfda99efa5d839356cfbe8cd4e"
360-
integrity sha512-hgXCkDP0ibboF1K6seqQYyHAzCURgTwHS/6QU7slhwznDLwsRwg9bhfw1CZdyUEw8vvCmlrKWnd7BlQnI0BC4w==
357+
"@vscode/test-electron@^2.3.4":
358+
version "2.3.4"
359+
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.3.4.tgz#d0ed1de72d347221cdf71426b0c7e21136f4791f"
360+
integrity sha512-eWzIqXMhvlcoXfEFNWrVu/yYT5w6De+WZXR/bafUQhAp8+8GkQo95Oe14phwiRUPv8L+geAKl/QM2+PoT3YW3g==
361361
dependencies:
362362
http-proxy-agent "^4.0.1"
363363
https-proxy-agent "^5.0.0"
364364
jszip "^3.10.1"
365-
semver "^7.3.8"
365+
semver "^7.5.2"
366366

367367
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.11.5":
368368
version "1.11.6"
@@ -1868,10 +1868,10 @@ schema-utils@^4.0.0:
18681868
ajv-formats "^2.1.1"
18691869
ajv-keywords "^5.1.0"
18701870

1871-
semver@^7.3.4, semver@^7.3.7, semver@^7.3.8:
1872-
version "7.5.3"
1873-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"
1874-
integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==
1871+
semver@^7.3.4, semver@^7.3.7, semver@^7.5.2:
1872+
version "7.5.4"
1873+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
1874+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
18751875
dependencies:
18761876
lru-cache "^6.0.0"
18771877

0 commit comments

Comments
 (0)