From eff86e0d1f2d6da8211441c89a218415e07bba4f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Oct 2022 17:51:29 +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 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9971a1a7e1e..68ee6b06f66 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "line-top-index": "0.2.0", "marked": "^0.3.6", "minimatch": "^3.0.3", - "mocha": "2.5.1", + "mocha": "10.1.0", "mock-spawn": "^0.2.6", "normalize-package-data": "^2.0.0", "nslog": "^3",