From ee669c341ad7c88cfe6b2bc0bd6c12e71a5c7584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2019 16:32:47 +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 7f0761a568..f2ef769949 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "uuid": "^2.0.1", "url-loader": "^0.5.5", "webpack": "^1.7.2", - "ws": "~0.4.32" + "ws": "~7.2.0" }, "devDependencies": { "chai": "^2.1.1",