From 47f3d1d6379b158077f1a6a079c48b7227d58a80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 May 2024 07:16:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 538f2a7086..2ca1e76bd0 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@types/sinon": "~10.0.3", "@types/uuid": "~8.3.1", "@types/vscode": "~1.56.0", - "@vscode/test-electron": "~1.6.2", + "@vscode/test-electron": "~2.3.0", "esbuild": "^0.13.1", "mocha": "~9.1.1", "mocha-junit-reporter": "~2.0.0",