From 3e474d224f9c0dac2b9f04c9d1d213d6462d1a51 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jan 2022 02:36:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NANOID-2332193 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 538f2a7086..75104effb6 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.0", "mocha-junit-reporter": "~2.0.0", "mocha-multi-reporters": "~1.5.1", "mock-fs": "~5.1.0",