From 4113a514d5750d0982c1229674f3e9e4ec272e03 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Jun 2025 08:21:04 +0000 Subject: [PATCH] fix: config_examples/aeon-k12/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- config_examples/aeon-k12/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_examples/aeon-k12/package.json b/config_examples/aeon-k12/package.json index e7313a0..2047cb0 100644 --- a/config_examples/aeon-k12/package.json +++ b/config_examples/aeon-k12/package.json @@ -22,7 +22,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"