diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7772c15df3..4052adca5a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - name: Use Node.js 24 uses: actions/setup-node@v6 with: - node-version: '24.16.0' + node-version: '24.18.0' - name: Remove node_modules run: rm -rf node_modules diff --git a/.github/workflows/license-headers.yml b/.github/workflows/license-headers.yml index 54f2beed19..1e7546fe09 100644 --- a/.github/workflows/license-headers.yml +++ b/.github/workflows/license-headers.yml @@ -23,7 +23,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v6 with: - node-version: '24.16.0' + node-version: '24.18.0' cache: 'npm' - name: Install dependencies diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 025306f002..f7e242d608 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -32,7 +32,7 @@ jobs: - name: Use Node.js 24 uses: actions/setup-node@v6 with: - node-version: '24.16.0' + node-version: '24.18.0' cache: 'npm' - name: Install dependencies diff --git a/.nvmrc b/.nvmrc index b832e4001d..ca5c350055 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.16.0 +24.18.0 diff --git a/Dockerfile b/Dockerfile index 8533ca66d5..a560a13be2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ### STAGE 1: Build app ############### ARG BUILDER_IMAGE=node:24-alpine3.23 -ARG NGINX_IMAGE=nginx:1.31.1-alpine3.23-slim +ARG NGINX_IMAGE=nginx:1.31.2-alpine3.23-slim FROM $BUILDER_IMAGE AS builder ARG NPM_REGISTRY_URL=https://registry.npmjs.org/ diff --git a/package.json b/package.json index 9b56b4727a..ad3f2e3fb7 100644 --- a/package.json +++ b/package.json @@ -89,9 +89,9 @@ "@angular-eslint/schematics": "^20.7.0", "@angular-eslint/template-parser": "^20.7.0", "@angular/build": "^20.3.24", - "@angular/cli": "20.3.27", - "@angular/compiler-cli": "20.3.24", - "@angular/language-service": "20.3.24", + "@angular/cli": "20.3.31", + "@angular/compiler-cli": "20.3.25", + "@angular/language-service": "20.3.25", "@cypress/schematic": "^2.5.2", "@playwright/test": "^1.57.0", "@types/d3-dispatch": "^3.0.1", @@ -101,7 +101,7 @@ "@types/d3-timer": "^3.0.0", "@types/jest": "^29.5.14", "@types/lodash": "4.17.24", - "@types/node": "24.13.1", + "@types/node": "24.13.2", "@types/vkbeautify": "^0.99.2", "@typescript-eslint/eslint-plugin": "^8.48.1", "@typescript-eslint/parser": "^8.48.1",