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