From c3dd84ff5ed9506f98a896bf982721f8829cfb61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 07:25:33 +0000 Subject: [PATCH] fix: AhMyth-Server/app/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 --- AhMyth-Server/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/package.json b/AhMyth-Server/app/package.json index 9f1534ec..b293c4d6 100644 --- a/AhMyth-Server/app/package.json +++ b/AhMyth-Server/app/package.json @@ -13,6 +13,6 @@ "geoip-lite": "^1.1.8", "homedir": "^0.6.0", "semantic-ui": "2.5.0", - "socket.io": "1.4.5" + "socket.io": "2.2.0" } } \ No newline at end of file