From a8f5ff866e122ac761c2b73de18daad205ce8726 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Jun 2025 18:47:45 +0000 Subject: [PATCH] fix: config_examples/x-cash/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- config_examples/x-cash/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_examples/x-cash/package.json b/config_examples/x-cash/package.json index c30a12d..585fe3a 100644 --- a/config_examples/x-cash/package.json +++ b/config_examples/x-cash/package.json @@ -21,7 +21,7 @@ "nodemailer": "2.7.2", "nodemailer-sendmail-transport": "*", "redis": "*", - "socket.io": "^2.1.1", + "socket.io": "^4.8.0", "time-ago": "*", "request": "^2.88.0", "request-promise-native": "^1.0.5"