From 15fbae58a7321872619cd92c6a12e33a5865ad05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 18:14:19 +0200 Subject: [PATCH] Update dependency socket.io to v4 (#547) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../static/revealjs/plugin/multiplex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-theme-altinn/static/revealjs/plugin/multiplex/package.json b/themes/hugo-theme-altinn/static/revealjs/plugin/multiplex/package.json index fba34fdb73..bfd50f8534 100644 --- a/themes/hugo-theme-altinn/static/revealjs/plugin/multiplex/package.json +++ b/themes/hugo-theme-altinn/static/revealjs/plugin/multiplex/package.json @@ -13,7 +13,7 @@ "express": "~4.19.0", "grunt-cli": "~1.4.0", "mustache": "~4.2.0", - "socket.io": "~2.5.1" + "socket.io": "~4.7.0" }, "license": "MIT" }