From c610fd137fd405ec9fd3649d7a79f8686fe54682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 10:53:06 +0000 Subject: [PATCH] Bump ws from 0.8.1 to 7.2.0 in /server Bumps [ws](https://github.com/websockets/ws) from 0.8.1 to 7.2.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/0.8.1...7.2.0) Signed-off-by: dependabot[bot] --- server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/package.json b/server/package.json index f47844a..846b5a4 100644 --- a/server/package.json +++ b/server/package.json @@ -5,6 +5,6 @@ "body-parser": "1.5.x", "express": "4.7.x", "formidable": "1.0.x", - "ws": "0.8.x" + "ws": "7.2.x" } }