From e6d2a7f45d0a922fc8a7d7f5365926ba7f7e3ee2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Apr 2020 03:10:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- 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",