From 4a8ff74c5797cb209d7a6d12a35a9ba76a9216c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 21:40:52 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/deploy.yaml | 2 +- .github/workflows/test.yaml | 2 +- package.json | 2 +- yarn.lock | 15 +++++++++++---- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d15e78e2..8ab69668 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -14,7 +14,7 @@ jobs: - name: Use Node.js to test and build uses: actions/setup-node@v2 with: - node-version: '10.24.1' + node-version: '24.12.0' - name: Install dependencies run: yarn install --frozen-lockfile - name: Build diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 68c0a012..993150b7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: - name: Use Node.js to test and build uses: actions/setup-node@v2 with: - node-version: '10.24.1' + node-version: '24.12.0' - name: Install dependencies run: yarn install --frozen-lockfile - name: Run the tests diff --git a/package.json b/package.json index 0aff6c5e..80a9371a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@types/bunyan": "1.8.11", "@types/jest": "26.0.24", "@types/js-yaml": "3.12.10", - "@types/node": "10.17.60", + "@types/node": "24.10.7", "jest": "26.6.3", "nodemon": "2.0.22", "rimraf": "3.0.2", diff --git a/yarn.lock b/yarn.lock index fde8a133..2171e5fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -844,10 +844,12 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.8.tgz#222383320e71f9a1397d25c416e9c62d347758e0" integrity sha512-kzGNJZ57XEH7RdckxZ7wfRjB9hgZABF+NLgR1B2zogUvV0gmK0/60VYA4yb4oKZckPiiJlmmfpdqTfCN0VRX+Q== -"@types/node@10.17.60": - version "10.17.60" - resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b" - integrity sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw== +"@types/node@24.10.7": + version "24.10.7" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.7.tgz#516502e408f6d00afd230f291bfe3ad38105a73e" + integrity sha512-+054pVMzVTmRQV8BhpGv3UyfZ2Llgl8rdpDTon+cUH9+na0ncBVXj3wTUKh14+Kiz18ziM3b4ikpP5/Pc0rQEQ== + dependencies: + undici-types "~7.16.0" "@types/normalize-package-data@^2.4.0": version "2.4.1" @@ -4984,6 +4986,11 @@ undefsafe@^2.0.5: resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c" integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA== +undici-types@~7.16.0: + version "7.16.0" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46" + integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw== + union-value@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"