From 80c87f32748777fb54af3561bf2bce14193dbd51 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 05:24:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bced916..ba9b762 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "chai": "^3.5.0", "eslint": "^3.19.0", "eslint-config-spreetail": "^2.0.1", - "karma": "^1.7.0", + "karma": "^5.0.8", "karma-chai": "^0.1.0", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.4",