From 04367a65af1e17d9fe5204f26f2122203781e9e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 20:19:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a3be224..051d0c7 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "express-session": "*", "express-http-proxy": "*", "passport": ">= 0.0.0", - "socket.io": "1.7.4", + "socket.io": "3.0.0", "deasync": "*", "data.io": "*", "tingodb": "0.3.5", @@ -47,7 +47,7 @@ "microtime": "^2.1.2", "mocha": "*", "mosca": "1.1.0", - "mqtt": "^1.14.1", + "mqtt": "^4.2.0", "multer": "0.1.6", "node-uuid": "*", "numeric": "*",