From 843f6a2fba82ad88253731fed1670b0b1a0194d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 19:10:38 +0000 Subject: [PATCH] Bump ws from 6.2.1 to 7.4.6 in /unity/PingPongGameExample/PingPongServer Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.2.1...7.4.6) Signed-off-by: dependabot[bot] --- unity/PingPongGameExample/PingPongServer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity/PingPongGameExample/PingPongServer/package.json b/unity/PingPongGameExample/PingPongServer/package.json index 5266ba421..20c0ffa72 100644 --- a/unity/PingPongGameExample/PingPongServer/package.json +++ b/unity/PingPongGameExample/PingPongServer/package.json @@ -6,7 +6,7 @@ "dependencies": { "util": "^0.11.1", "uuidv4": "^4.0.0", - "ws": "^6.2.1" + "ws": "^7.4.6" }, "devDependencies": {}, "scripts": {