From 9cd16bbfd73e5f022df3263aae550b42b42bb1e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Apr 2020 04:29:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOCHA-561476 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9971a1a7e1e..64c7b014ad4 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.0.0", "mock-spawn": "^0.2.6", "normalize-package-data": "^2.0.0", "nslog": "^3",