From ec82d0fe513b8e7ff8be45dab5a7ade237e7158d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 22:00:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3bcdc242..6cfad192 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "browserify": "^16.2.3", "coveralls": "^3.0.2", "istanbul": "^0.4.5", - "karma": "^3.1.4", + "karma": "^5.0.8", "karma-browserify": "^6.0.0", "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^1.3.0",