From 2bcb758ae23ba4f6838092efc007bcdcc7e16579 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 04:31:32 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/test-and-release.yaml | 2 +- package-lock.json | 30 ++++++++++++------------- package.json | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 03e6fa5..18d42f9 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 - 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 uses: ./.github/actions/install-npm diff --git a/package-lock.json b/package-lock.json index 1deaa2b..5036050 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@bifravst/prettier-config": "1.1.17", "@commitlint/cli": "19.8.1", "@commitlint/config-conventional": "19.8.1", - "@types/node": "22.20.1", + "@types/node": "24.13.3", "check-node-version": "4.2.1", "csv-parser": "3.2.1", "husky": "9.1.7", @@ -1298,13 +1298,13 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.20.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.1.tgz", - "integrity": "sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==", + "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": "~6.21.0" + "undici-types": "~7.18.0" } }, "node_modules/@types/normalize-package-data": { @@ -6345,9 +6345,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "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" }, @@ -7441,12 +7441,12 @@ "dev": true }, "@types/node": { - "version": "22.20.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.1.tgz", - "integrity": "sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==", + "version": "24.13.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.3.tgz", + "integrity": "sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==", "dev": true, "requires": { - "undici-types": "~6.21.0" + "undici-types": "~7.18.0" } }, "@types/normalize-package-data": { @@ -10700,9 +10700,9 @@ } }, "undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", "dev": true }, "unicorn-magic": { diff --git a/package.json b/package.json index 6c02942..5a0440a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@bifravst/prettier-config": "1.1.17", "@commitlint/cli": "19.8.1", "@commitlint/config-conventional": "19.8.1", - "@types/node": "22.20.1", + "@types/node": "24.13.3", "check-node-version": "4.2.1", "csv-parser": "3.2.1", "husky": "9.1.7",