From 26b90dc281fa617c4d63940e3c7b524cf90267a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 19:41:51 +0000 Subject: [PATCH] fix(deps): update dependency socket.io to v1.7.4 --- package.json | 2 +- plugin/multiplex/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index daef1a3..4db783f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "grunt-retire": "1.0.7", "grunt-zip": "~0.17.1", "mustache": "2.3.0", - "socket.io": "1.7.3" + "socket.io": "1.7.4" }, "license": "MIT" } diff --git a/plugin/multiplex/package.json b/plugin/multiplex/package.json index bbed77a..61df8e2 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": "~1.7.0" }, "license": "MIT" }