From 3811a4758013478b660b39c39dc97e20ea310296 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 17:56:37 +0000 Subject: [PATCH] dependency: Update dependency @types/node to v25 --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index b553c15d..96b029b3 100644 --- a/bun.lock +++ b/bun.lock @@ -54,7 +54,7 @@ "@next/codemod": "^16.1.0-canary.19", "@tailwindcss/postcss": "^4.1.18", "@total-typescript/ts-reset": "^0.6.1", - "@types/node": "^24.10.3", + "@types/node": "^25.0.0", "@types/prismjs": "^1.26.5", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", @@ -382,7 +382,7 @@ "@types/ms": ["@types/ms@2.1.0", "", {}, "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="], - "@types/node": ["@types/node@24.10.3", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-gqkrWUsS8hcm0r44yn7/xZeV1ERva/nLgrLxFRUGb7aoNMIJfZJ3AC261zDQuOAKC7MiXai1WCpYc48jAHoShQ=="], + "@types/node": ["@types/node@25.0.3", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA=="], "@types/prismjs": ["@types/prismjs@1.26.5", "", {}, "sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ=="], diff --git a/package.json b/package.json index dc70fb07..e1a828df 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@next/codemod": "^16.1.0-canary.19", "@tailwindcss/postcss": "^4.1.18", "@total-typescript/ts-reset": "^0.6.1", - "@types/node": "^24.10.3", + "@types/node": "^25.0.0", "@types/prismjs": "^1.26.5", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3",