From 004c12ceee13f50e0e97fc404dfe07c7be81ba98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 18:36:57 +0000 Subject: [PATCH] Bump ws from 1.1.5 to 7.2.0 Bumps [ws](https://github.com/websockets/ws) from 1.1.5 to 7.2.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/1.1.5...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 3fab406..677ea83 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "sinon": "^1.17.3", "sinon-chai": "^2.8.0", "socket.io-client": "^1.1.0", - "ws": "^1.0.1", + "ws": "^7.2.0", "xmlhttprequest": "^1.6.0" } }