From de84f0095bac12ba96d45c0e9571d901b1ef5c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 23 Jul 2018 11:12:24 +0000 Subject: [PATCH] Update ws requirement to ^6.0.0 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.0.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 8029440..7bb2dbc 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "John Smith", "license": "MIT", "dependencies": { - "ws": "^5.2.0", + "ws": "^6.0.0", "opusscript": "^0.0.4", "tweetnacl": "^1.0.0" },