From 26a72b1276758071a9c81858eaf1e7c81a643b1b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Dec 2024 04:22:52 +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 - https://snyk.io/vuln/npm:minimatch:20160620 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c28b495..4093e87 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "karma-phantomjs-launcher": "^0.2.1", "karma-spec-reporter": "0.0.22", "karma-webpack": "^1.7.0", - "mocha": "^2.3.3", + "mocha": "^11.0.1", "phantomjs": "^1.9.18", "wallaby-webpack": "0.0.10", "webpack": "^1.12.3",