From bd4722bac81873339773dc5dc456c4369a238e08 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Mar 2022 16:06:15 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 77ad190a3..eae77849d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "github": "^7.0.1", "glob": "^7.0.5", "karma": "^1.1.0", - "karma-mocha": "^1.1.1", + "karma-mocha": "^2.0.0", "memory-cache": "^0.1.6", "merge": "^1.2.0", "mongoose": "^4.5.2", @@ -67,7 +67,7 @@ "istanbul": "^0.4.4", "karma": "^1.0.0", "karma-chrome-launcher": "^2.0.0", - "karma-mocha": "^1.0.1", + "karma-mocha": "^2.0.0", "karma-ng-html2js-preprocessor": "~1.0.0", "karma-phantomjs-launcher": "1.0.2", "load-grunt-tasks": "^3.5.0",