From c3da833e389aa08a8b2d5bce8abaac0baf6e4550 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 17:18:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65247e6..c7ae594 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": "^10.1.0", "morgan": "^1.6.1", "moviedb": "^0.2.2", "nconf": "^0.8.4",