From f0f21260b163339c4915ec4c5fd0f105f2165a79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2020 20:21:18 +0000 Subject: [PATCH] Bump ws from 0.7.2 to 7.2.1 Bumps [ws](https://github.com/websockets/ws) from 0.7.2 to 7.2.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/0.7.2...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 3338d5d..5518c13 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dependencies": { "protobufjs": "^6.8.8", - "ws": "^0.7.2" + "ws": "^7.2.1" }, "name": "android_remote", "description": "Very lightweight android remote view/control over ADB.",