From a25530fd0d4d45ea2be136f029a5848dc32a3af0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 05:04:18 +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 4ca146b6..98041c72 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.5.2 with: - node-version: '10.24.1' + node-version: '24.19.0' - name: Install dependencies run: yarn install --frozen-lockfile - name: Build diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 510c92a1..929f04ef 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.5.2 with: - node-version: '10.24.1' + node-version: '24.19.0' - name: Install dependencies run: yarn install --frozen-lockfile - name: Run the tests diff --git a/package.json b/package.json index 0aff6c5e..e941351d 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.13.3", "jest": "26.6.3", "nodemon": "2.0.22", "rimraf": "3.0.2", diff --git a/yarn.lock b/yarn.lock index fde8a133..7bf181b8 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.13.3": + version "24.13.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.13.3.tgz#49f18bd3c647866dcda51a0756c145e14590ce16" + integrity sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q== + dependencies: + undici-types "~7.18.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.18.0: + version "7.18.2" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9" + integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w== + union-value@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"