From 3617cad9b644867f166695a4c828913fc535d981 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:30:12 +0000 Subject: [PATCH] chore(deps): update node.js to v22 --- Dockerfile | 6 +++--- package.json | 2 +- yarn.lock | 19 ++++++------------- 3 files changed, 10 insertions(+), 17 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7c99a40b..78ef87ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM node:20@sha256:968ca0550acc7589a8b1324401ec6e39ace53b2c82d2aed3a278e9ff491c2b1c as deps +FROM --platform=$BUILDPLATFORM node:22@sha256:fa54405993eaa6bab6b6e460f5f3e945a2e2f07942ba31c0e297a7d9c2041f62 as deps RUN mkdir /app WORKDIR /app RUN apt-get update && apt-get install -y git python3 build-essential libc-dev @@ -9,7 +9,7 @@ ADD .yarn .yarn ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true RUN yarn -FROM --platform=$TARGETPLATFORM node:20@sha256:968ca0550acc7589a8b1324401ec6e39ace53b2c82d2aed3a278e9ff491c2b1c as platform_deps +FROM --platform=$TARGETPLATFORM node:22@sha256:fa54405993eaa6bab6b6e460f5f3e945a2e2f07942ba31c0e297a7d9c2041f62 as platform_deps RUN mkdir /app WORKDIR /app RUN apt-get update && apt-get install -y git python3 build-essential libc-dev @@ -21,7 +21,7 @@ COPY --from=deps /app/.yarnrc.yml .yarnrc.yml ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true RUN yarn -FROM node:20@sha256:968ca0550acc7589a8b1324401ec6e39ace53b2c82d2aed3a278e9ff491c2b1c as base +FROM node:22@sha256:fa54405993eaa6bab6b6e460f5f3e945a2e2f07942ba31c0e297a7d9c2041f62 as base RUN mkdir /app WORKDIR /app diff --git a/package.json b/package.json index d6149390..52aa277b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@tsconfig/node16": "^16.0.0", "@types/eslint": "8.56.12", "@types/jest": "^29.2.5", - "@types/node": "^20.0.0", + "@types/node": "^22.0.0", "@types/unzipper": "^0.10.9", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index 4166a115..7d8d251a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3328,12 +3328,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^20.0.0": - version: 20.17.13 - resolution: "@types/node@npm:20.17.13" +"@types/node@npm:^22.0.0": + version: 22.10.7 + resolution: "@types/node@npm:22.10.7" dependencies: - undici-types: "npm:~6.19.2" - checksum: 10c0/a5ba630b5ead5144e8f605402bc14d77dc3cf6b31708a92c7221de9b06b17724ada661d0f66b6c974830857a79e7f38e976dd105fca330ab706de9e4d75cf8b9 + undici-types: "npm:~6.20.0" + checksum: 10c0/c941b4689dfc4044b64a5f601306cbcb0c7210be853ba378a5dd44137898c45accedd796ee002ad9407024cac7ecaf5049304951cb1d80ce3d7cebbbae56f20e languageName: node linkType: hard @@ -4779,7 +4779,7 @@ __metadata: "@tsconfig/node16": "npm:^16.0.0" "@types/eslint": "npm:8.56.12" "@types/jest": "npm:^29.2.5" - "@types/node": "npm:^20.0.0" + "@types/node": "npm:^22.0.0" "@types/unzipper": "npm:^0.10.9" "@typescript-eslint/eslint-plugin": "npm:^7.0.0" "@typescript-eslint/parser": "npm:^7.0.0" @@ -8787,13 +8787,6 @@ __metadata: languageName: node linkType: hard -"undici-types@npm:~6.19.2": - version: 6.19.8 - resolution: "undici-types@npm:6.19.8" - checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344 - languageName: node - linkType: hard - "undici-types@npm:~6.20.0": version: 6.20.0 resolution: "undici-types@npm:6.20.0"