From 1f66b8a6aab68308a5ede1e51ea35c6e448d24aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:58:31 +0100 Subject: [PATCH] Update npm non-major dependencies (#969) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../static/revealjs/plugin/multiplex/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 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 e0097da74af..e8d74bf9d7b 100644 --- a/themes/hugo-theme-altinn/static/revealjs/plugin/multiplex/package.json +++ b/themes/hugo-theme-altinn/static/revealjs/plugin/multiplex/package.json @@ -7,13 +7,13 @@ "start": "node index.js" }, "engines": { - "node": "~18.16.0" + "node": "~18.19.0" }, "dependencies": { "express": "~4.18.0", "grunt-cli": "~1.4.0", "mustache": "~4.2.0", - "socket.io": "4.6.1" + "socket.io": "4.7.3" }, "license": "MIT" }