From 6979a861d2278eca79364f365f9f03a2a99de660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2019 16:41:30 +0000 Subject: [PATCH] Bump ws from 2.2.0 to 7.2.0 in /util/js Bumps [ws](https://github.com/websockets/ws) from 2.2.0 to 7.2.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/2.2.0...7.2.0) Signed-off-by: dependabot[bot] --- util/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/js/package.json b/util/js/package.json index ac16489..4d2ba68 100644 --- a/util/js/package.json +++ b/util/js/package.json @@ -13,7 +13,7 @@ "dependencies": { "ffi": "2.2.0", "ref": "1.3.4", - "ws": "2.2.0" + "ws": "7.2.0" }, "devDependencies": { "babel-cli": "^6.23.0",