From 6236c4af4edfe6890e465226fdbb7756bea862be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 01:00:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 538f2a7086..0bdaa2dbbf 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": "~10.6.0", "mocha-junit-reporter": "~2.0.0", "mocha-multi-reporters": "~1.5.1", "mock-fs": "~5.1.0",