From c811d19b55a0da0d62d3c1eb722cd963dcd40cfe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Oct 2024 17:59:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-USERAGENT-8309369 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3bcdc242..ceb16256 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.0", "karma-browserify": "^6.0.0", "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^1.3.0",