From 82acf5ae20e6316b2821d1ccdd24836befe9cf3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Feb 2021 01:42:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 30e4d807..8acf1bcf 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ "babel-preset-react": "^6.5.0", "envify": "^3.4.1", "expect": "1.10.0", - "karma": "^0.13.22", - "karma-browserify": "^4.2.1", + "karma": "^2.0.0", + "karma-browserify": "^5.3.0", "karma-chrome-launcher": "0.2.0", "karma-cli": "0.1.0", "karma-firefox-launcher": "0.1.6",