From 948dca4fb4e0a6de5339b7f50a7d45c10a5f5e65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 17:02:42 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/build-and-test.yaml | 6 +++--- package.json | 2 +- yarn.lock | 18 +++++++++--------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 4591d840..40dcd1f7 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -34,7 +34,7 @@ jobs: - name: Setup node uses: actions/setup-node@v6 with: - node-version: 22.x + node-version: 24.x cache: yarn - name: Yarn run: yarn @@ -56,7 +56,7 @@ jobs: - name: Setup node uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x cache: yarn - name: Yarn run: yarn @@ -69,6 +69,6 @@ jobs: with: # Pin to a pre-require(esm) Node 20 release to catch ESM-only transitive deps # that would otherwise pass on newer Node 20 patches. - node-version: 20.18.0 + node-version: 24.15.0 - name: Test install in other package run: ./scripts/test-package/run.sh "file:../${SDK_TARBALL}" diff --git a/package.json b/package.json index 68ac319d..555edbbf 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/make-fetch-happen": "^10.0.4", "@types/murmurhash3js": "^3.0.7", "@types/nock": "^11.1.0", - "@types/node": "^20.17.17", + "@types/node": "^24.0.0", "@types/proxy-from-env": "^1.0.4", "@types/semver": "^7.5.0", "@unleash/client-specification": "6.1.0", diff --git a/yarn.lock b/yarn.lock index c65743cf..0a538a20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -618,12 +618,12 @@ dependencies: undici-types "~5.26.4" -"@types/node@^20.17.17": - version "20.17.17" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.17.tgz#5cea2af2e271313742c14f418eaf5dcfa8ae2e3a" - integrity sha512-/WndGO4kIfMicEQLTi/mDANUu/iVUhT7KboZPdEqqHQ4aTS+3qT3U5gIqWDFV+XouorjfgGqvKILJeHhuQgFYg== +"@types/node@^24.0.0": + version "24.12.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.2.tgz#353cb161dbf1785ea25e8829ba7ec574c5c629ac" + integrity sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g== dependencies: - undici-types "~6.19.2" + undici-types "~7.16.0" "@types/proxy-from-env@^1.0.4": version "1.0.4" @@ -2037,10 +2037,10 @@ undici-types@~5.26.4: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== -undici-types@~6.19.2: - version "6.19.8" - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" - integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== +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== unicorn-magic@^0.3.0: version "0.3.0"