From 6ff5c0bf182ffc1755cf26f2594169262ff464d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 01:07:21 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/continuous-integration.yml | 4 ++-- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index c969d6a7..0871f2cf 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -18,7 +18,7 @@ jobs: - name: Use Node.js v16 uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2 with: - node-version: 16 + node-version: 24 cache: yarn - name: Install Dependencies run: yarn --frozen-lockfile @@ -36,7 +36,7 @@ jobs: - name: Use Node.js v16 uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2 with: - node-version: 16 + node-version: 24 cache: yarn - name: Install Dependencies run: yarn --frozen-lockfile diff --git a/package.json b/package.json index 70128b74..fac02f7e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@sapphire/eslint-config": "^5.0.2", "@sapphire/prettier-config": "^2.0.0", "@sapphire/ts-config": "^5.0.0", - "@types/node": "^20.8.9", + "@types/node": "^24.12.4", "@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/parser": "^6.9.0", "eslint": "^8.52.0", diff --git a/yarn.lock b/yarn.lock index 18a8dbe0..1d6a5d5b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -202,12 +202,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^20.8.9": - version: 20.8.9 - resolution: "@types/node@npm:20.8.9" +"@types/node@npm:^24.12.4": + version: 24.12.4 + resolution: "@types/node@npm:24.12.4" dependencies: - undici-types: "npm:~5.26.4" - checksum: 71e0023342272e63c47f3fab6082bd6c89d0b0c4262a1c2d0d52458560077f5c28ef5cfe704306eac43fc2e5111bef4e1cdbf08f565650520fad5e54005a8836 + undici-types: "npm:~7.16.0" + checksum: 4e5ce6faaf0e6f291114d6ac14fe546d491812b306107620802d5bef00ca36fb290637e79ec4fc24f33214f78f58c9b63254bd0ce94788bebfec03f26d45f2ea languageName: node linkType: hard @@ -3066,10 +3066,10 @@ __metadata: languageName: node linkType: hard -"undici-types@npm:~5.26.4": - version: 5.26.5 - resolution: "undici-types@npm:5.26.5" - checksum: 0097779d94bc0fd26f0418b3a05472410408877279141ded2bd449167be1aed7ea5b76f756562cb3586a07f251b90799bab22d9019ceba49c037c76445f7cddd +"undici-types@npm:~7.16.0": + version: 7.16.0 + resolution: "undici-types@npm:7.16.0" + checksum: db43439f69c2d94cc29f75cbfe9de86df87061d6b0c577ebe9bb3255f49b22c50162a7d7eb413b0458b6510b8ca299ac7cff38c3a29fbd31af9f504bcf7fbc0d languageName: node linkType: hard @@ -3113,7 +3113,7 @@ __metadata: "@sapphire/eslint-config": "npm:^5.0.2" "@sapphire/prettier-config": "npm:^2.0.0" "@sapphire/ts-config": "npm:^5.0.0" - "@types/node": "npm:^20.8.9" + "@types/node": "npm:^24.12.4" "@typescript-eslint/eslint-plugin": "npm:^6.9.0" "@typescript-eslint/parser": "npm:^6.9.0" binarytf: "npm:^2.1.3"