From 59499eab3947e156cb4ae8b68912ce787432f0b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 16:33:14 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/deploy.yaml | 2 +- .github/workflows/test-and-release.yaml | 6 +++--- package-lock.json | 8 ++++---- package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index be7b01f1..60154bec 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Install dependencies diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index d4781ed0..d850b86a 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Install dependencies @@ -72,7 +72,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Install dependencies @@ -110,7 +110,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Semantic release diff --git a/package-lock.json b/package-lock.json index fa75692a..92af5afd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@commitlint/config-conventional": "19.8.1", "@playwright/test": "1.55.1", "@types/jsonwebtoken": "9.0.10", - "@types/node": "24.9.1", + "@types/node": "24.10.13", "@types/semver": "7.7.1", "commitlint": "19.8.1", "glob": "11.1.0", @@ -4649,9 +4649,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.9.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.1.tgz", - "integrity": "sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==", + "version": "24.10.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.13.tgz", + "integrity": "sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0582679f..bc7b06fb 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@commitlint/config-conventional": "19.8.1", "@playwright/test": "1.55.1", "@types/jsonwebtoken": "9.0.10", - "@types/node": "24.9.1", + "@types/node": "24.10.13", "@types/semver": "7.7.1", "commitlint": "19.8.1", "glob": "11.1.0",