From ecfe8755c7f6498957c4a33ddefc6f94e89af614 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:02:23 +0200 Subject: [PATCH] fix(deps): update npm non-major dependencies (#1723) 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 a8098794214..c04fd00ba54 100644 --- a/themes/hugo-theme-altinn/static/revealjs/plugin/multiplex/package.json +++ b/themes/hugo-theme-altinn/static/revealjs/plugin/multiplex/package.json @@ -7,11 +7,11 @@ "start": "node index.js" }, "engines": { - "node": "~20.15.0" + "node": "~20.17.0" }, "dependencies": { "express": "~4.19.0", - "grunt-cli": "~1.4.0", + "grunt-cli": "~1.5.0", "mustache": "~4.2.0", "socket.io": "4.7.5" },