From 2ced072c43610483effd56aac8edc1dd50dc8d52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Dec 2025 23:43:23 +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 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-1056752 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af9e46d901..53d31c11d4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "jasmine-core": "^3.1.0", - "karma": "^2.0.5", + "karma": "^5.0.8", "karma-chrome-launcher": "^2.2.0", "karma-htmlfile-reporter": "^0.3.5", "karma-jasmine": "^1.1.2",