From ce12ded5409afa3ba6a3c806a66118fef5866804 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 08:42:38 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.18.0 --- .github/workflows/main.yml | 10 +++++----- .github/workflows/publish-docs.yml | 2 +- .github/workflows/regen.yml | 2 +- .github/workflows/release.yml | 2 +- example/nextjs-webpush/package.json | 2 +- example/nextjs-webpush/yarn.lock | 18 +++++++++--------- package.json | 2 +- yarn.lock | 18 +++++++++--------- 8 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e8ddc4e0..bfab9494 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 24.16.0 + node-version: 24.18.0 - uses: bahmutov/npm-install@v1 - uses: rharkor/caching-for-turbo@v2.4.2 - name: Build @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 24.16.0 + node-version: 24.18.0 - uses: bahmutov/npm-install@v1 - name: Lint run: yarn lint:eslint @@ -52,7 +52,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 24.16.0 + node-version: 24.18.0 - uses: bahmutov/npm-install@v1 # we need to upgrade to Node16 module resolution so TSC can use package.json#exports - uses: rharkor/caching-for-turbo@v2.4.2 @@ -70,7 +70,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 24.16.0 + node-version: 24.18.0 - uses: bahmutov/npm-install@v1 - uses: rharkor/caching-for-turbo@v2.4.2 - name: Build @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 24.16.0 + node-version: 24.18.0 - uses: bahmutov/npm-install@v1 - uses: rharkor/caching-for-turbo@v2.4.2 - name: Build diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 804f93ee..3ce1792c 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 24.16.0 + node-version: 24.18.0 - uses: bahmutov/npm-install@v1 - name: Build docs diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index 19fb7247..cdc43281 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 24.16.0 + node-version: 24.18.0 - uses: bahmutov/npm-install@v1 - name: Build codegen diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94cf84d0..fd458d9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 24.16.0 + node-version: 24.18.0 registry-url: https://registry.npmjs.org - uses: bahmutov/npm-install@v1 diff --git a/example/nextjs-webpush/package.json b/example/nextjs-webpush/package.json index 3e84320d..247457d0 100644 --- a/example/nextjs-webpush/package.json +++ b/example/nextjs-webpush/package.json @@ -20,7 +20,7 @@ "@eslint/eslintrc": "^3", "@tailwindcss/postcss": "^4", "@types/jsonwebtoken": "^9.0.10", - "@types/node": "^24.12.0", + "@types/node": "^24.13.3", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", diff --git a/example/nextjs-webpush/yarn.lock b/example/nextjs-webpush/yarn.lock index 5d5cd9f1..2f83e3b8 100644 --- a/example/nextjs-webpush/yarn.lock +++ b/example/nextjs-webpush/yarn.lock @@ -610,12 +610,12 @@ "@types/node" "*" form-data "^4.0.4" -"@types/node@*", "@types/node@^24.12.0": - version "24.12.4" - resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.4.tgz#2709745569811dcbdc57c097fafdd387c6330382" - integrity sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA== +"@types/node@*", "@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.16.0" + undici-types "~7.18.0" "@types/react-dom@^19": version "19.1.8" @@ -3158,10 +3158,10 @@ unbox-primitive@^1.1.0: has-symbols "^1.1.0" which-boxed-primitive "^1.1.1" -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== +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== unrs-resolver@^1.6.2: version "1.11.1" diff --git a/package.json b/package.json index e7b6cc69..9ecf0f10 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.2", "@tsconfig/create-react-app": "^2.0.5", - "@types/node": "^24.12.0", + "@types/node": "^24.13.3", "@types/react": "^18.2.42", "@types/react-dom": "^18.2.17", "@typescript-eslint/eslint-plugin": "^7.18.0", diff --git a/yarn.lock b/yarn.lock index 4cfb0504..64e9a342 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3718,12 +3718,12 @@ "@types/node" "*" form-data "^4.0.4" -"@types/node@*", "@types/node@^24.12.0": - version "24.12.0" - resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.0.tgz#6222e028210e5322e4f4f6767f8d88e5ea3b33d2" - integrity sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ== +"@types/node@*", "@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.16.0" + undici-types "~7.18.0" "@types/node@^12.7.1": version "12.20.55" @@ -10904,10 +10904,10 @@ unbox-primitive@^1.1.0: has-symbols "^1.1.0" which-boxed-primitive "^1.1.1" -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== +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== undici@^5.25.4: version "5.29.0"