From 46b7f855b04fbf4514423c9c7fb65b4c05eff1aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 Oct 2022 09:58:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-3091012 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2a1caa..9485927 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "babel-loader": "^5.3.0", "chai": "^3.2.0", "eslint": "^1.0.0-rc-1", - "karma": "^0.13.3", + "karma": "^6.0.0", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^0.2.0", "karma-firefox-launcher": "^0.1.6",