From bc42ef41208f29bf28581921e32de1bce53f7a8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 23:08:42 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Docker=20update:=20Upd?= =?UTF-8?q?ate=20Node.js=20to=20v18.19.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3cbcc215f..acfd6f112 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG VERSION=snapshot ARG API_VERSION=snapshot # Note when updating this version also update the version in the workflow files -FROM --platform=linux/amd64 node:18.18.2 AS builder +FROM --platform=linux/amd64 node:18.19.0 AS builder ARG BASE_HREF=/ From 09726814947a6499de25d1ac2c075ad9343d538c Mon Sep 17 00:00:00 2001 From: Mark Prins <1165786+mprins@users.noreply.github.com> Date: Mon, 4 Dec 2023 10:16:34 +0100 Subject: [PATCH 2/3] Update test-and-deploy.yml --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index fd1dbccfc..7b6ed39d6 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -1,7 +1,7 @@ name: 'Test and deploy' env: # Keep this in sync with Dockerfile version - NODE_VERSION: "18.18.2" + NODE_VERSION: "18.19.0" on: push: From a2bf3e2b71c74f04a3112b88289d36fb543de1ed Mon Sep 17 00:00:00 2001 From: Mark Prins <1165786+mprins@users.noreply.github.com> Date: Mon, 4 Dec 2023 10:21:45 +0100 Subject: [PATCH 3/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acb096067..6a8dc3939 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@types/geojson": "^7946.0.10", "@types/jest": "^29.5.3", "@types/luxon": "^3.3.1", - "@types/node": "^18.17.5", + "@types/node": "^18.19.2", "@types/proj4": "^2.5.2", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0",