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:
parent
178c6b9741
commit
8db88de749
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue