From 6f7271a8bf238208f090148f68964913f114df8e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Dec 2024 15:11:42 +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 - 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 e9dd932..8b93def 100644 --- a/package.json +++ b/package.json @@ -329,7 +329,7 @@ "@typescript-eslint/eslint-plugin": "^2.19.0", "@typescript-eslint/parser": "^2.19.0", "eslint": "^6.8.0", - "mocha": "^6.1.4", + "mocha": "^11.0.1", "typescript": "^3.7.5", "vscode-test": "^1.3.0" }