From a7d136d572ec41955c5ced436256b3c49aa06a8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Sep 2024 11:52:48 +0000 Subject: [PATCH] fix: lab7/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- 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" } }