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] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2018-07-26 04:38:56 +02:00
committed by Crawl
parent ba32eec7e8
commit 92d753abe4

View File

@@ -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",