From 5620187e7803f0cee267b855e88fe0680d5b63c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 09:20:54 +0000 Subject: [PATCH] Bump ws from 1.0.1 to 7.2.0 Bumps [ws](https://github.com/websockets/ws) from 1.0.1 to 7.2.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/1.0.1...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 2bbb11b62..08df97928 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "through": "2.2.0", "tmp": "~0.0.20", "uglify-js": "~2.6.2", - "ws": "1.0.1", + "ws": "7.2.0", "read": "~1.0.5", "form-data": "~0.2.0", "chai": "~1.5.0",