From 475315505281e0ec0b297c9ebdc604704371af12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 20:07:09 +0000 Subject: [PATCH] build(deps): bump ws from 0.4.32 to 7.2.1 in /http-transport Bumps [ws](https://github.com/websockets/ws) from 0.4.32 to 7.2.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/0.4.32...7.2.1) Signed-off-by: dependabot[bot] --- http-transport/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-transport/package.json b/http-transport/package.json index 1500b9d..f0bae0d 100644 --- a/http-transport/package.json +++ b/http-transport/package.json @@ -4,6 +4,6 @@ "author": "Tim Caswell", "dependencies": { "vfs-socket": "~0.1.7", - "ws": "~0.4.20" + "ws": "~7.2.1" } }