From e329689bb517f0580b5c0b6fb38f487eb17fd684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 06:09:13 +0000 Subject: [PATCH] Bump ws from 0.8.1 to 7.2.0 Bumps [ws](https://github.com/websockets/ws) from 0.8.1 to 7.2.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/0.8.1...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 e8132d5..9d412c0 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "x264" ], "dependencies": { - "ws": "~0.8.1", + "ws": "~7.2.0", "ar-drone": "0.2.0", "buffy": "0.0.5" },