From 416f53eb2308759fddf63b3db7ec25c8ec2d344b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 04:34:55 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/test-and-release.yaml | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index cff08dc..c38484a 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 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 3c5b481..ff02d78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@bifravst/prettier-config": "1.1.17", "@commitlint/config-conventional": "20.2.0", "@types/aws-lambda": "8.10.159", - "@types/node": "24.9.1", + "@types/node": "24.10.4", "commitlint": "20.2.0", "husky": "9.1.7", "lint-staged": "16.2.7", @@ -2598,9 +2598,9 @@ "dev": true }, "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.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.4.tgz", + "integrity": "sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9a9c6d2..8dadf90 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@bifravst/prettier-config": "1.1.17", "@commitlint/config-conventional": "20.2.0", "@types/aws-lambda": "8.10.159", - "@types/node": "24.9.1", + "@types/node": "24.10.4", "commitlint": "20.2.0", "husky": "9.1.7", "lint-staged": "16.2.7",