From 6fa1e0e38b75e511d4dee12ba9b2d6339e83b732 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Dec 2025 09:44:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-5596892 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6477461..b54faf0 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "puppeteer": "^10.1", "rxjs": "^6.6.0", "sitemap-generator": "^8.5.1", - "socket.io": "^4.1.2", + "socket.io": "^4.5.2", "streamifier": "^0.1.1", "tslib": "^2.0.1", "universal-analytics": "^0.4.23",