diff --git a/.docker-hub/print/Dockerfile b/.docker-hub/print/Dockerfile index e6944af48c4..1e3c686c36d 100644 --- a/.docker-hub/print/Dockerfile +++ b/.docker-hub/print/Dockerfile @@ -1,5 +1,5 @@ # build stage -FROM node:22.9.0 AS build-stage +FROM node:22.13.1 AS build-stage ARG SENTRY_AUTH_TOKEN ARG SENTRY_ORG ARG SENTRY_PRINT_PROJECT @@ -22,7 +22,7 @@ COPY print . RUN npm run build # production stage -FROM node:22.9.0 AS production-stage +FROM node:22.13.1 AS production-stage WORKDIR /app COPY --from=build-stage /app/.output ./.output diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 5b4ac48d63a..2a3615d76a4 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -63,7 +63,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.9.0' + node-version: '22.13.1' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: @@ -92,7 +92,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.9.0' + node-version: '22.13.1' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: @@ -121,7 +121,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.9.0' + node-version: '22.13.1' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: @@ -150,7 +150,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.9.0' + node-version: '22.13.1' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: @@ -255,7 +255,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.9.0' + node-version: '22.13.1' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: @@ -298,7 +298,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.9.0' + node-version: '22.13.1' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: @@ -337,7 +337,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.9.0' + node-version: '22.13.1' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: diff --git a/.nvmrc b/.nvmrc index 728f7de5c2d..d5b283a3aca 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.9.0 +22.13.1 diff --git a/.ops/aws-setup/package-lock.json b/.ops/aws-setup/package-lock.json index b0eeb94c53d..e4ea8c29f8b 100644 --- a/.ops/aws-setup/package-lock.json +++ b/.ops/aws-setup/package-lock.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@babel/eslint-parser": "7.26.5", - "@types/node": "20.17.17", + "@types/node": "22.13.1", "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.31.0", @@ -2894,12 +2894,12 @@ } }, "node_modules/@types/node": { - "version": "20.17.17", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.17.tgz", - "integrity": "sha512-/WndGO4kIfMicEQLTi/mDANUu/iVUhT7KboZPdEqqHQ4aTS+3qT3U5gIqWDFV+XouorjfgGqvKILJeHhuQgFYg==", + "version": "22.13.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.1.tgz", + "integrity": "sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==", "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.20.0" } }, "node_modules/@types/responselike": { @@ -8105,9 +8105,9 @@ } }, "node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", "license": "MIT" }, "node_modules/unique-filename": { diff --git a/.ops/aws-setup/package.json b/.ops/aws-setup/package.json index 4ea7322f9b6..afc90ccc64c 100644 --- a/.ops/aws-setup/package.json +++ b/.ops/aws-setup/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@babel/eslint-parser": "7.26.5", - "@types/node": "20.17.17", + "@types/node": "22.13.1", "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.31.0", diff --git a/docker-compose.yml b/docker-compose.yml index 2b4138baf05..0e3b5c46687 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: frontend: - image: node:22.9.0 + image: node:22.13.1 container_name: 'ecamp3-frontend' ports: - '9229:9229' # jest debug @@ -91,7 +91,7 @@ services: - VARNISH_HTTP_PORT=8080 pdf: - image: node:22.9.0 + image: node:22.13.1 container_name: 'ecamp3-pdf' stdin_open: true tty: true @@ -110,7 +110,7 @@ services: - CI=${CI} print: - image: node:22.9.0 + image: node:22.13.1 container_name: 'ecamp3-print' user: ${USER_ID:-1000} volumes: @@ -194,7 +194,7 @@ services: working_dir: /e2e translation: - image: node:22.9.0 + image: node:22.13.1 profiles: ['translation'] container_name: 'ecamp3-translation' volumes: diff --git a/renovate.json b/renovate.json index 64ab5ecb04b..ad8b3edc2bc 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,7 @@ ], "force": { "constraints": { - "node": "22.9.0", + "node": "22.13.1", "php": "8.3.12" } },