From 575952cb7e8131dd7a2c0e3948615982739ab0cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 22:28:30 +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 59cbd18..9a750ed 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "superagent": "^3.8.3", "thirty-two": "^1.0.1", "web3": "<0.18.2", - "ws": "^1.0.1", + "ws": "^7.2.0", "xmlhttprequest": "^1.8.0", "ethereumjs-wallet": "^0.6.2", "ethereumjs-tx": "^1.3.7",