From 9c5f7d6516d175f6b1f6e66ff66f6691ca1ab66b Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Fri, 9 Jan 2026 08:13:43 +0100 Subject: [PATCH] chore: force hono version in transitive deps --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2a6afc42..1a4cdab1 100644 --- a/package.json +++ b/package.json @@ -55,14 +55,16 @@ "dotenv": "^17.2.3", "drizzle-orm": "^0.45.1", "es-toolkit": "^1.42.0", - "hono": "4.10.5", + "hono": "^4.11.3", "hono-openapi": "^1.1.1", "hono-rate-limiter": "^0.5.3", "http-errors-enhanced": "^4.0.2", + "input-otp": "^1.4.2", "isbot": "^5.1.32", "lucide-react": "^0.562.0", "next-themes": "^0.4.6", "node-cron": "^4.2.1", + "qrcode.react": "^4.2.0", "react": "^19.2.1", "react-dom": "^19.2.1", "react-hook-form": "^7.70.0", @@ -109,7 +111,8 @@ "vite-tsconfig-paths": "^6.0.3" }, "overrides": { - "esbuild": "^0.27.2" + "esbuild": "^0.27.2", + "hono": "^4.11.3" }, "packageManager": "bun@1.3.5" }