From ba1fc64c40637fe94f28faa6ea2c51e09d7c6488 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 18:20:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- 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",