fix: sync hono override version with dependency update (#367)

* Initial plan

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

Co-authored-by: nicotsx <47644445+nicotsx@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: nicotsx <47644445+nicotsx@users.noreply.github.com>
This commit is contained in:
Copilot 2026-01-15 22:14:17 +01:00 committed by GitHub
parent b0f306990e
commit ee8b3fdc06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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