From 632a12e730b4aabe8a5be8de9435b2d4c66bcf24 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 19:21:47 +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..a7b51de0b5 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/vscode": "~1.56.0", "@vscode/test-electron": "~1.6.2", "esbuild": "^0.13.1", - "mocha": "~9.1.1", + "mocha": "~9.2.2", "mocha-junit-reporter": "~2.0.0", "mocha-multi-reporters": "~1.5.1", "mock-fs": "~5.1.0",