From 9e92e00d497b61a8b8d831bc1f44d0f6a5360ff7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:15:47 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/test-and-release.yaml | 2 +- package-lock.json | 16 ++++++++-------- package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 38c0218b..accf1a10 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Authenticate with NPM registry run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc diff --git a/package-lock.json b/package-lock.json index 89233244..2dbdca54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@bifravst/prettier-config": "1.1.13", "@commitlint/config-conventional": "19.8.1", "@types/aws-lambda": "8.10.158", - "@types/node": "22.19.1", + "@types/node": "24.10.1", "commitlint": "19.8.1", "husky": "9.1.7", "tsmatchers": "5.0.3", @@ -2626,14 +2626,14 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.19.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.1.tgz", - "integrity": "sha512-LCCV0HdSZZZb34qifBsyWlUmok6W7ouER+oQIGBScS8EsZsQbrtFTUrDX4hOl+CS6p7cnNC4td+qrSVGSCTUfQ==", + "version": "24.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz", + "integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==", "dev": true, "license": "MIT", "peer": true, "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/normalize-package-data": { @@ -7054,9 +7054,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.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 2e4d2116..1abdaaaf 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@bifravst/prettier-config": "1.1.13", "@commitlint/config-conventional": "19.8.1", "@types/aws-lambda": "8.10.158", - "@types/node": "22.19.1", + "@types/node": "24.10.1", "commitlint": "19.8.1", "husky": "9.1.7", "tsmatchers": "5.0.3",