From bdf281b79bdeaa309c0905bf797b8b550a12e599 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 12:18:54 +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 e0097da74af..3f256cb4fac 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.16.0" + "node": "~20.10.0" }, "dependencies": { "express": "~4.18.0",