From fb25f048aec27bf25597e7685072089b9930b474 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 22:34:36 +0000 Subject: [PATCH] Update dependency grunt-cli to ~1.5.0 --- .../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 bfd50f8534..d655da6454 100644 --- a/themes/hugo-theme-altinn/static/revealjs/plugin/multiplex/package.json +++ b/themes/hugo-theme-altinn/static/revealjs/plugin/multiplex/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "express": "~4.19.0", - "grunt-cli": "~1.4.0", + "grunt-cli": "~1.5.0", "mustache": "~4.2.0", "socket.io": "~4.7.0" },