From 33e83a9aee85120615bbfd3518c9341bea2a18c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:14:04 +0100 Subject: [PATCH] Update npm non-major dependencies (#549) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../static/revealjs/plugin/multiplex/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 c5d0ed7a29..f48e4091ee 100644 --- a/themes/hugo-theme-altinn/static/revealjs/plugin/multiplex/package.json +++ b/themes/hugo-theme-altinn/static/revealjs/plugin/multiplex/package.json @@ -10,10 +10,10 @@ "node": "~22.12.0" }, "dependencies": { - "express": "~4.20.0", - "grunt-cli": "~1.4.0", + "express": "~4.21.0", + "grunt-cli": "~1.5.0", "mustache": "~4.2.0", - "socket.io": "~4.7.0" + "socket.io": "~4.8.0" }, "license": "MIT" }