From 9eefa3d91404f1131525c4e73d6aefa47d0db05b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Sep 2020 03:11:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-608086 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 77ad190a3..27cc65766 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "express-session": "^1.13.0", "github": "^7.0.1", "glob": "^7.0.5", - "karma": "^1.1.0", + "karma": "^2.0.0", "karma-mocha": "^1.1.1", "memory-cache": "^0.1.6", "merge": "^1.2.0", @@ -65,7 +65,7 @@ "grunt-mocha-test": "^0.13.2", "grunt-scss-lint": "^0.5.0", "istanbul": "^0.4.4", - "karma": "^1.0.0", + "karma": "^2.0.0", "karma-chrome-launcher": "^2.0.0", "karma-mocha": "^1.0.1", "karma-ng-html2js-preprocessor": "~1.0.0",