From 78cc2e1251ba4be2f5ab95682dafedc1e271e281 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 07:12:06 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v25 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index f0b674e5..d3b79621 100644 --- a/bun.lock +++ b/bun.lock @@ -46,7 +46,7 @@ "@eslint/eslintrc": "3.3.3", "@tailwindcss/postcss": "4.1.17", "@types/mdx": "2.0.13", - "@types/node": "24.10.3", + "@types/node": "25.0.0", "@types/react": "19.2.7", "@types/react-dom": "19.2.3", "eslint": "9.39.1", @@ -631,7 +631,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.0", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-rl78HwuZlaDIUSeUKkmogkhebA+8K1Hy7tddZuJ3D0xV8pZSfsYGTsliGUol1JPzu9EKnTxPC4L1fiWouStRew=="], "@types/react": ["@types/react@19.2.7", "", { "dependencies": { "csstype": "^3.2.2" } }, "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg=="], diff --git a/package.json b/package.json index 8eba25d9..2c4231a2 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "devDependencies": { "@tailwindcss/postcss": "4.1.17", "@types/mdx": "2.0.13", - "@types/node": "24.10.3", + "@types/node": "25.0.0", "@types/react": "19.2.7", "@types/react-dom": "19.2.3", "postcss": "8.5.6",