From baca79ee277fd0abeea6c037e3306a1eddde408d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Aug 2020 03:50:31 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d7d2055d30..ecddff339e 100644 --- a/package.json +++ b/package.json @@ -332,7 +332,7 @@ "eslint-plugin-promise": "^3.4.0", "eslint-plugin-standard": "^3.0.1", "expect.js": "^0.3.1", - "karma": "^1.7.1", + "karma": "^2.0.0", "karma-browserify": "^5.0.5", "karma-chrome-launcher": "^2.0.0", "karma-expect": "^1.1.2",