From d19ec6e153b9018de307cfd7cbc3dbe969415eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 19:20:48 +0000 Subject: [PATCH] chore(deps): bump ws from 3.0.0 to 7.2.1 Bumps [ws](https://github.com/websockets/ws) from 3.0.0 to 7.2.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/3.0.0...7.2.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec972bd..7a4767d 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "node-pac": "^0.2.2", "parseurl": "^1.3.1", "request": "^2.81.0", - "ws": "3.0.0" + "ws": "7.2.1" }, "peerDependencies": { "whistle": ">= 1.12.0"