From 32aa19ca76c626163f64760df6ab70daf67a9376 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Mar 2020 08:58:30 +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 c3188637a9..086ed649c5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "chai-http": "^2.0.1", "ejs": "^2.4.1", "express": "^4.13.4", - "mocha": "^2.4.5", + "mocha": "^7.1.1", "mongodb": "^2.1.16", "morgan": "^1.7.0", "object-assign":"4.1.0"