From 5e7c2da79d3b9cfca0f82ebdd55cd95608ff4733 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 23:36:47 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20`node`=20to=20`v?= =?UTF-8?q?24.16.0`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- apps/web/package.json | 2 +- packages/next-sitemap/package.json | 2 +- pnpm-lock.yaml | 21 +++++++++++++++++---- 4 files changed, 20 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27c018a95..deb25bd58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Use Node uses: actions/setup-node@v4 with: - node-version: "22.x" + node-version: "24.x" cache: "pnpm" - name: Install Dependencies diff --git a/apps/web/package.json b/apps/web/package.json index 713f9fdb9..29441d956 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -59,7 +59,7 @@ "@ai-sdk/openai": "^3.0.2", "@tailwindcss/postcss": "^4.1.18", "@types/mdast": "^4.0.4", - "@types/node": "^22.0.0", + "@types/node": "^24.0.0", "@types/react": "^19", "@types/react-dom": "^19", "ai": "^6.0.3", diff --git a/packages/next-sitemap/package.json b/packages/next-sitemap/package.json index af211a492..fc7286b08 100644 --- a/packages/next-sitemap/package.json +++ b/packages/next-sitemap/package.json @@ -52,7 +52,7 @@ "next": ">=14.0.0" }, "devDependencies": { - "@types/node": "^22.0.0", + "@types/node": "^24.0.0", "@types/react": "^19.2.7", "next": "^16.1.1", "tsup": "^8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 491b6876a..2f33c7d06 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -154,8 +154,8 @@ importers: specifier: ^4.0.4 version: 4.0.4 '@types/node': - specifier: ^22.0.0 - version: 22.19.3 + specifier: ^24.0.0 + version: 24.13.2 '@types/react': specifier: ^19 version: 19.2.7 @@ -381,8 +381,8 @@ importers: version: 5.0.3 devDependencies: '@types/node': - specifier: ^22.0.0 - version: 22.19.3 + specifier: ^24.0.0 + version: 24.13.2 '@types/react': specifier: ^19.2.7 version: 19.2.7 @@ -1868,6 +1868,9 @@ packages: '@types/node@22.19.3': resolution: {integrity: sha512-1N9SBnWYOJTrNZCdh/yJE+t910Y128BoyY+zBLWhL3r0TYzlTmFdXrPwHL9DyFZmlEXNQQolTZh3KHV31QDhyA==} + '@types/node@24.13.2': + resolution: {integrity: sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA==} + '@types/node@25.0.3': resolution: {integrity: sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==} @@ -1887,6 +1890,7 @@ packages: '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} + deprecated: Potential CWE-502 - Update to 1.3.1 or higher '@vercel/og@0.8.6': resolution: {integrity: sha512-hBcWIOppZV14bi+eAmCZj8Elj8hVSUZJTpf1lgGBhVD85pervzQ1poM/qYfFUlPraYSZYP+ASg6To5BwYmUSGQ==} @@ -3324,6 +3328,9 @@ packages: undici-types@7.16.0: resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} + undici-types@7.18.2: + resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} + unicode-trie@2.0.0: resolution: {integrity: sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==} @@ -4768,6 +4775,10 @@ snapshots: dependencies: undici-types: 6.21.0 + '@types/node@24.13.2': + dependencies: + undici-types: 7.18.2 + '@types/node@25.0.3': dependencies: undici-types: 7.16.0 @@ -6536,6 +6547,8 @@ snapshots: undici-types@7.16.0: {} + undici-types@7.18.2: {} + unicode-trie@2.0.0: dependencies: pako: 0.2.9