From 9f620826fe57d6fdc96a4a30f29df68033647d42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 19:20:38 +0000 Subject: [PATCH] ci(deps): Update dependency socket.io to v2 [SECURITY] --- reveal.js/package.json | 2 +- reveal.js/plugin/multiplex/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reveal.js/package.json b/reveal.js/package.json index 4704dbc..62b66eb 100644 --- a/reveal.js/package.json +++ b/reveal.js/package.json @@ -25,7 +25,7 @@ "express": "~4.20.0", "grunt-cli": "~0.1.13", "mustache": "~2.3.2", - "socket.io": "~1.7.4" + "socket.io": "~2.5.1" }, "devDependencies": { "grunt": "~1.5.2", diff --git a/reveal.js/plugin/multiplex/package.json b/reveal.js/plugin/multiplex/package.json index 5fc47e8..91a65c3 100644 --- a/reveal.js/plugin/multiplex/package.json +++ b/reveal.js/plugin/multiplex/package.json @@ -13,7 +13,7 @@ "express": "~4.20.0", "grunt-cli": "~0.1.13", "mustache": "~2.3.2", - "socket.io": "~1.3.7" + "socket.io": "~2.5.1" }, "license": "MIT" }