From f3f3ba5cb5661c31467b57fec8a2bac4c939fcfc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Mar 2022 16:06:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9971a1a7e1e..d55285ab3ba 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": "6.2.3", "mock-spawn": "^0.2.6", "normalize-package-data": "^2.0.0", "nslog": "^3",