From 92d753abe4b8f9e7b72eba9661692f7cb0bd1220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 26 Jul 2018 04:38:56 +0200 Subject: [PATCH] build(deps): update ws requirement to ^6.0.0 (#2670) 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 fe26eb93d..11bfcbedf 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "pako": "^1.0.0", "prism-media": "hydrabolt/prism-media", "tweetnacl": "^1.0.0", - "ws": "^4.0.0" + "ws": "^6.0.0" }, "peerDependencies": { "bufferutil": "^3.0.0",