From ee68bf848620cf6a00fba53222861c7708fbd792 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Mar 2020 21:23:38 +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 9ea5ce2..7dc6a05 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "path": "^0.12.7" }, "devDependencies": { - "mocha": "^2.3.4", + "mocha": "^7.1.1", "should": "^7.1.1" }, "scripts": {