From 54b77739fd65ee707b8660b411c5c924d6274502 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 17:28:42 +0200 Subject: [PATCH] Update dependency grunt-cli to v1 (#536) 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 f242055f4f..9a234edf80 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": "~0.1.13", + "grunt-cli": "~1.4.0", "mustache": "~4.2.0", "socket.io": "~1.3.7" },