From 0d8a81a8c82a01a42e7fee8c01af1c5d9278f814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2019 16:33:17 +0000 Subject: [PATCH] Bump ws from 0.7.2 to 7.2.0 Bumps [ws](https://github.com/websockets/ws) from 0.7.2 to 7.2.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/0.7.2...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 e6ff217..f856c4c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "procure": "^0.1.3", "request": "^2.53.0", "restler": "^3.2.2", - "ws": "^0.7.1" + "ws": "^7.2.0" }, "devDependencies": { "coveralls": "^2.11.2",