From 10ce72a68d77e33766fee49822d842ccd6cd565c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 17:33:37 +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 24375a1..6c61d51 100644 --- a/package.json +++ b/package.json @@ -320,7 +320,7 @@ "@types/vscode": "1.52.0", "@vscode/test-electron": "^1.6.2", "@vscode/vsce": "^2.20.1", - "mocha": "^8.4.0", + "mocha": "^10.6.0", "ts-loader": "^8.3.0", "typescript": "^3.9.9", "upath": "^1.2.0",