From 6b3661af497f9b0b8ac4df5f4176fa5f6b1ca9f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Mar 2022 16:22:33 +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 5468f9a..7bee562 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "karma-source-map-support": "^1.1.0", "karma-spec-reporter": "^0.0.24", "lodash": "^4.3.0", - "mocha": "^2.2.5", + "mocha": "^6.2.3", "mversion": "^1.10.1", "run-sequence": "^1.1.0", "sinon": "1.14.1",