From 130a04dcd49547cfa3331efe5d61a693e79f0013 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 02:46:40 +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 1e0b2ae..8f6a41f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "chai": "^4.1.2", "eslint": "^4.12.1", "eslint-config-spreetail": "^3.0.0", - "karma": "^3.0.0", + "karma": "^5.0.8", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^1.3.0",