From 7098f19298cb9ac3db4b12d567ea273f38cc5a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 08:13:14 +0000 Subject: [PATCH] Bump ws from 0.8.1 to 7.1.2 Bumps [ws](https://github.com/websockets/ws) from 0.8.1 to 7.1.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/0.8.1...7.1.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c6ca41..a2f0b50 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "node": ">=0.10.40" }, "dependencies": { - "ws": "0.8.1", + "ws": "7.1.2", "mqtt": "1.8.0", "node-ssdp": "2.7.0", "request": "2.72.0",