From a97d2751632f16dfa44c3d108a27fb7e7e299172 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Aug 2020 00:22: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-590103 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25c8f75..780ce65 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-plugin-mocha": "^2.2.0", "eslint-plugin-require-path-exists": "^1.1.5", "istanbul": "^0.4.3", - "karma": "1.3.0", + "karma": "2.0.0", "karma-browserify": "^5.0.4", "karma-chrome-launcher": "^1.0.1", "karma-coverage": "^1.0.0",