Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license-headers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.16.0
24.18.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Loading