From 4e4f213af5f9929f6a07f8716a5f7eeea4b146ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Mar 2021 03:00:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bced916..08054ca 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": "^4.2.0", "karma-chai": "^0.1.0", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.4",