From 6878f73a9fc6343a4f9693a04bc0fca791226a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 23 Nov 2018 05:23:05 +0900 Subject: [PATCH] Update ws requirement from 6.1.0 to 6.1.2 (#3385) Updates the requirements on [ws](https://github.com/websockets/ws) to permit the latest version. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/commits/6.1.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e263ea25..806ac2f7f 100644 --- a/package.json +++ b/package.json @@ -237,7 +237,7 @@ "webpack": "4.26.0", "webpack-cli": "3.1.2", "websocket": "1.0.28", - "ws": "6.1.0", + "ws": "6.1.2", "xev": "2.0.1" } }