From e00601d1513d30b1df5703210ec1c5d68c9addca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 21:33:08 +0000 Subject: [PATCH] Bump ws from 0.4.32 to 7.2.0 Bumps [ws](https://github.com/websockets/ws) from 0.4.32 to 7.2.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/0.4.32...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 901f7479..f3f1b62b 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "underscore": "~1.5.1", "winston": "2.4.0", "wrench": "~1.5.4", - "ws": "~0.4.29" + "ws": "~7.2.0" } }