From abfee132c852c33ce90e0499fd49c086895d3ae5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Mar 2020 08:56:16 +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 defb5bd..7c4d16d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "chai-xml": "^0.3.0" }, "dependencies": { - "mocha": "^2.1.0", + "mocha": "^7.1.1", "xml": "^1.0.0" } }