From 00f838bade4e8a68f2bd1cc19e97be0b46ab3ccb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Jun 2018 23:43:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ws:20171108 Latest report for whw-hd/frog-web: https://snyk.io/test/github/whw-hd/frog-web --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 140bb52..454d6fb 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": "^4.0.0", "moment": "^2.20.1", "mqtt": "^2.15.2", "mustache": "^2.3.0",