From f1b35296ea11d0ecc186bef4d85d499f7cae20e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2019 16:27:33 +0000 Subject: [PATCH] Bump ws from 0.4.27 to 7.2.0 Bumps [ws](https://github.com/websockets/ws) from 0.4.27 to 7.2.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/v0.4.27...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 6ded8c6..3793e86 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "os": [ "win32" ], "devDependencies": { "mocha": "1.8.1", - "ws": "0.4.27", + "ws": "7.2.0", "socket.io": "0.9.16", "socket.io-client": "0.9.16" },