From 51076ab64875ef5fbcfc8da005eb38cf162581c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 Oct 2022 01:35:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-3091012 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 65ae847..712a286 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,8 @@ "pug": "^2.0.4", "snapsvg": "^0.5.1", "snyk": "^1.320.2", - "socket.io": "^2.3.0", - "socket.io-client": "^2.3.0" + "socket.io": "^3.0.0", + "socket.io-client": "^3.0.0" }, "scripts": { "test": "node core/main test",