From d99ffac1f5a99216c81999c1d68761cfaf7c680b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:59:03 +0000 Subject: [PATCH] Update Node.js to v20 --- .../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 e8d74bf9d7b..24ed2df935c 100644 --- a/themes/hugo-theme-altinn/static/revealjs/plugin/multiplex/package.json +++ b/themes/hugo-theme-altinn/static/revealjs/plugin/multiplex/package.json @@ -7,7 +7,7 @@ "start": "node index.js" }, "engines": { - "node": "~18.19.0" + "node": "~20.10.0" }, "dependencies": { "express": "~4.18.0",