diff --git a/frontend/bun.lock b/frontend/bun.lock index 7235ace..6a9d258 100644 --- a/frontend/bun.lock +++ b/frontend/bun.lock @@ -36,7 +36,7 @@ "devDependencies": { "@eslint/js": "^9.39.1", "@tanstack/eslint-plugin-query": "^5.91.2", - "@types/node": "^24.10.2", + "@types/node": "^25.0.0", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.2", @@ -363,7 +363,7 @@ "@types/ms": ["@types/ms@2.1.0", "", {}, "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="], - "@types/node": ["@types/node@24.10.2", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-WOhQTZ4G8xZ1tjJTvKOpyEVSGgOTvJAfDK3FNFgELyaTpzhdgHVHeqW8V+UJvzF5BT+/B54T/1S2K6gd9c7bbA=="], + "@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/frontend/package.json b/frontend/package.json index 19d8b84..2f5492f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@eslint/js": "^9.39.1", "@tanstack/eslint-plugin-query": "^5.91.2", - "@types/node": "^24.10.2", + "@types/node": "^25.0.0", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.2",