Skip to content

Commit c00785a

Browse files
committed
Update Hono to 4.11
1 parent 0b1822f commit c00785a

File tree

16 files changed

+35
-35
lines changed

16 files changed

+35
-35
lines changed

examples/express-http/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/express-ws/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hono-compute-http/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hono-compute-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@fanoutio/serve-grip": "file:../../",
1616
"@fastly/hono-fastly-compute": "^0.3.6",
1717
"@fastly/js-compute": "^3.34.0",
18-
"hono": "^4.9.9"
18+
"hono": "^4.11.9"
1919
},
2020
"devDependencies": {
2121
"@fastly/cli": "^13.1.0"

examples/hono-compute-ws/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hono-compute-ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@fanoutio/serve-grip": "file:../../",
1717
"@fastly/hono-fastly-compute": "^0.3.6",
1818
"@fastly/js-compute": "^3.34.0",
19-
"hono": "^4.9.9"
19+
"hono": "^4.11.9"
2020
},
2121
"devDependencies": {
2222
"@fastly/cli": "^13.1.0"

examples/hono-http/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hono-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"dependencies": {
1313
"@fanoutio/serve-grip": "file:../../",
1414
"@hono/node-server": "^1.19.3",
15-
"hono": "^4.9.9"
15+
"hono": "^4.11.9"
1616
}
1717
}

examples/hono-ws/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hono-ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@fanoutio/grip": "^4.3.1",
1414
"@fanoutio/serve-grip": "file:../../",
1515
"@hono/node-server": "^1.19.3",
16-
"hono": "^4.9.9"
16+
"hono": "^4.11.9"
1717
}
1818
}

0 commit comments

Comments
 (0)