From ad9d26b3bb0b4a32c47a96db8e5258740f0d72c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Dec 2024 20:47:10 +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 890d705f..4446e1ef 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "karma-webpack": "1.7.0", "lodash": "4.6.1", "lolex": "1.4.0", - "mocha": "2.4.5", + "mocha": "11.0.1", "ng-annotate": "1.2.1", "ng-annotate-loader": "0.1.0", "node-libs-browser": "1.0.0",