From e97626315865c8b8da9f3f558ac454f6d438e87e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Mar 2020 02:11:18 +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 3dc0070..47d67e1 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "babel-preset-es2015": "^6.3.13", "es6-promise": "^3.0.2", "expect.js": "^0.3.1", - "mocha": "^2.3.3", + "mocha": "^7.1.1", "xmlhttprequest": "^1.8.0" } }