From 8d1bcc3da817b4402f951da587671acf191b6d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 27 Mar 2019 11:12:12 +0000 Subject: [PATCH] Update ws requirement from ^5.2.0 to ^6.2.1 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/compare/5.2.0...6.2.1) 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..0c3a8de 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "John Smith", "license": "MIT", "dependencies": { - "ws": "^5.2.0", + "ws": "^6.2.1", "opusscript": "^0.0.4", "tweetnacl": "^1.0.0" },