From 77bbda39a9e2f3a0e62096ddf3294ba11cf51a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 20:12:48 +0000 Subject: [PATCH] Bump ws from 0.7.0 to 7.2.0 Bumps [ws](https://github.com/websockets/ws) from 0.7.0 to 7.2.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/0.7...7.2.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0b3152..8d0ba2d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "async": "0.9.0", "server-destroy": "1.0.0", "websocket-stream": "1.3.2", - "ws": "0.7.0" + "ws": "7.2.0" }, "devDependencies": { "mocha": "2.1.0"