From d3da7d048c95bf27dc35211d3c3d82f45b354d84 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 12:23:27 +0000 Subject: [PATCH] Bump ws from 5.2.2 to 7.2.1 Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 7.2.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.2.2...7.2.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f1cb72..cbe365e 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": "^7.2.1" } }