Skip to content

Commit 9f34998

Browse files
fix(deps): update dependency hono to ~4.10.0 (#8771)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b7e27cc commit 9f34998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/hono-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"hono": "~4.9.0",
3+
"hono": "~4.10.0",
44
"@hono/node-server": "*"
55
}
66
}

javascript/hono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"hono": "~4.9.0"
3+
"hono": "~4.10.0"
44
}
55
}

0 commit comments

Comments
 (0)