From 85963c497b966b905f9456bd45e3c61824408720 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 17:41:36 +0000 Subject: [PATCH] fix(deps): update dependency socket.io to v4 --- plugin/multiplex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/multiplex/package.json b/plugin/multiplex/package.json index bbed77a..6b35a82 100644 --- a/plugin/multiplex/package.json +++ b/plugin/multiplex/package.json @@ -13,7 +13,7 @@ "express": "~4.13.3", "grunt-cli": "~0.1.13", "mustache": "~2.2.1", - "socket.io": "~1.3.7" + "socket.io": "4.5.1" }, "license": "MIT" }