From 9c6f1fe0be840d0726e0a09c08637038848f271d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Nov 2022 03:58:46 +0000 Subject: [PATCH] fix: lab7/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ENGINEIO-3136336 --- lab7/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab7/package.json b/lab7/package.json index dbc8e4d..f5bcbe3 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.5.0" } }