From d1d9886dbf4d66a56f59e2c2e7db756e9956cc7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:11:39 +0000 Subject: [PATCH] Update dependency express to ~4.21.0 [SECURITY] --- .../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..dcb9d0882c 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.21.0", "grunt-cli": "~1.4.0", "mustache": "~4.2.0", "socket.io": "~4.7.0"