From e03c9e0532279889d29957622222a5396e4dbc77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 5 Oct 2018 11:13:24 +0000 Subject: [PATCH] Update ws requirement from ^5.2.0 to ^6.1.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.1.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 4f1cb72..6750330 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "homepage": "https://github.com/MrJohnCoder/SandySounds#readme", "dependencies": { "axios": "^0.18.0", - "ws": "^5.2.0" + "ws": "^6.1.0" } }