From 6acea76e19da4a2c647c3d97b0a601f976b1fbe4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 15:32:45 +0000 Subject: [PATCH] Bump ws from 5.2.2 to 7.2.5 Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 7.2.5. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.2.2...7.2.5) 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 8029440..5b9e113 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "John Smith", "license": "MIT", "dependencies": { - "ws": "^5.2.0", + "ws": "^7.2.5", "opusscript": "^0.0.4", "tweetnacl": "^1.0.0" },