From 44c2911085d9cb60957f985b2e017a23fe5f337b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 00:58:56 +0000 Subject: [PATCH] Bump ws from 0.4.32 to 7.2.0 in /app 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] --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 23dc7c78..c57d7d6a 100644 --- a/app/package.json +++ b/app/package.json @@ -17,7 +17,7 @@ "express": "^4.8.3", "request": "~2.34.0", "tar": "~0.1.19", - "ws": "~0.4.32" + "ws": "~7.2.0" }, "chromium-args": "--disable-web-security -–allow-file-access-from-files", "webkit": {