From eb4461adfd13c7f6fbc5c7006c456faf95c420f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Mar 2022 16:22:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6994daf..37d390b 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "karma-source-map-support": "^1.0.0", "karma-spec-reporter": "^0.0.23", "lodash": "^4.0.1", - "mocha": "^2.2.5", + "mocha": "^6.2.3", "mversion": "^1.10.1", "sinon": "^1.14.1", "sinon-chai": "^2.8.0",