From 03adfde368be8a971d36414f55c1d657bbfbb923 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Jun 2021 04:01:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 691a90c..7ae61da 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "cookie-parser": "^1.4.1", "express": "^4.13.4", "morgan": "^1.7.0", - "mqtt": "^1.7.2", + "mqtt": "^2.8.0", "socket.io": "^1.4.5", "socket.io-client": "^1.4.5", "snyk": "^1.25.0"