From eb262b256e692e3fefe462c9f8aea135526368f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Jun 2024 04:05:39 +0000 Subject: [PATCH] fix: lab7/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIO-7278048 --- lab7/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab7/package.json b/lab7/package.json index dbc8e4d..99f6bff 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.6.2" } }