From dc5054b19254cfee73ed8f90e7b37ea20d93253c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Jun 2021 11:14:52 +0000 Subject: [PATCH] [Security] Bump ws from 5.2.3 to 7.5.1 Bumps [ws](https://github.com/websockets/ws) from 5.2.3 to 7.5.1. **This update includes security fixes.** - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.2.3...7.5.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 8029440..2551637 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "John Smith", "license": "MIT", "dependencies": { - "ws": "^5.2.0", + "ws": "^7.5.1", "opusscript": "^0.0.4", "tweetnacl": "^1.0.0" },