Skip to content

Commit faab123

Browse files
fix(deps): update dependency hono to ~4.4.0 (the-benchmarker#7488)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 27148f6 commit faab123

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

javascript/hono-bun/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
33
"dependencies": {
4-
"hono": "~4.3.0"
4+
"hono": "~4.4.0"
55
}
66
}

javascript/hono-deno/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
33
"dependencies": {
4-
"hono": "~4.3.0"
4+
"hono": "~4.4.0"
55
}
66
}

javascript/hono/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"type": "module",
33
"dependencies": {
44
"@hono/node-server": "*",
5-
"hono": "~4.3.0"
5+
"hono": "~4.4.0"
66
}
77
}

0 commit comments

Comments
 (0)