fix: update hono override to ^4.11.4 to match dependency version

Co-authored-by: nicotsx <47644445+nicotsx@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-15 21:10:38 +00:00
parent 178c6b9741
commit 8db88de749

View file

@ -118,7 +118,7 @@
}, },
"overrides": { "overrides": {
"esbuild": "^0.27.2", "esbuild": "^0.27.2",
"hono": "^4.11.3" "hono": "^4.11.4"
}, },
"packageManager": "bun@1.3.5" "packageManager": "bun@1.3.5"
} }