From afdc1c77ca67cd9593e37238b3a5dd1c541d55eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Jun 2021 22:45:14 +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 140bb52..d8bfa16 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "chart.js": "^2.7.2", "degrees-to-direction": "^1.1.1", "express": "^4.16.2", - "express-ws": "^3.0.0", + "express-ws": "^5.0.1", "moment": "^2.20.1", "mqtt": "^2.15.2", "mustache": "^2.3.0",