From 835c7b0227d68d4cf844044f88b05c65d737757f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Oct 2021 10:36:28 +0000 Subject: [PATCH] fix(deps): pin dependencies --- 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..c8ce7c9 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.3.7" }, "license": "MIT" }