From 1087b951015dce86d6a7a50ac2e92842d36b39ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Oct 2020 01:36:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65247e6..68cdbac 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "forever-monitor": "^1.7.0", "helmet": "^1.1.0", "istanbul": "^0.4.3", - "mocha": "^2.4.5", + "mocha": "^3.0.0", "morgan": "^1.6.1", "moviedb": "^0.2.2", "nconf": "^0.8.4",