From edce337b0cc223d9ad569628d938347ad6640bd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:13:30 +0100 Subject: [PATCH] Update dependency express to ~4.20.0 [SECURITY] (#551) 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 3507289125..c5d0ed7a29 100644 --- a/themes/hugo-theme-altinn/static/revealjs/plugin/multiplex/package.json +++ b/themes/hugo-theme-altinn/static/revealjs/plugin/multiplex/package.json @@ -10,7 +10,7 @@ "node": "~22.12.0" }, "dependencies": { - "express": "~4.19.0", + "express": "~4.20.0", "grunt-cli": "~1.4.0", "mustache": "~4.2.0", "socket.io": "~4.7.0"