From 5bac0cb838d6dab699e4c901b3852213bfe301e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 04:56:08 +0000 Subject: [PATCH] fix: lab7/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- lab7/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab7/package.json b/lab7/package.json index dbc8e4d..b606766 100644 --- a/lab7/package.json +++ b/lab7/package.json @@ -13,6 +13,6 @@ "license": "MIT", "dependencies": { "https": "^1.0.0", - "socket.io": "^3.0.0" + "socket.io": "^4.8.0" } }