From b9a53c598dbdc2025ad3800bc1caf59dbba36027 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 15:22:11 +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 | 16 ++++++++-------- package.json | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d46147ad..31f2804e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Install NPM version specified in package.json diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 408d44fa..97682eb2 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Install NPM version specified in package.json @@ -75,7 +75,7 @@ jobs: - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Install NPM version specified in package.json @@ -116,7 +116,7 @@ jobs: - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Install NPM version specified in package.json diff --git a/package-lock.json b/package-lock.json index 64e66ba8..5a479585 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.13.3", "@types/semver": "7.7.1", "check-node-version": "4.2.1", "commitlint": "19.8.1", @@ -2591,13 +2591,13 @@ "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.13.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.3.tgz", + "integrity": "sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": "~7.18.0" } }, "node_modules/@types/normalize-package-data": { @@ -9220,9 +9220,9 @@ } }, "node_modules/undici-types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index b60b3f5b..3b8b467d 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.13.3", "@types/semver": "7.7.1", "check-node-version": "4.2.1", "commitlint": "19.8.1",