From 5c06d9749959e34574040ba28f8e8470343865ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 23:42:38 +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 63f936c..f56bd40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@bifravst/prettier-config": "1.1.13", "@commitlint/config-conventional": "20.0.0", "@types/aws-lambda": "8.10.157", - "@types/node": "24.9.1", + "@types/node": "24.10.0", "commitlint": "20.1.0", "husky": "9.1.7", "lint-staged": "16.2.6", @@ -2481,9 +2481,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.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", + "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "dev": true, "license": "MIT", "peer": true, diff --git a/package.json b/package.json index 0d8c6f1..024ffa6 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@bifravst/prettier-config": "1.1.13", "@commitlint/config-conventional": "20.0.0", "@types/aws-lambda": "8.10.157", - "@types/node": "24.9.1", + "@types/node": "24.10.0", "commitlint": "20.1.0", "husky": "9.1.7", "lint-staged": "16.2.6",