Skip to content

Commit 19f6a22

Browse files
chore(deps): bump hono from 4.11.3 to 4.11.4 (orval-labs#2743)
Bumps [hono](https://github.com/honojs/hono) from 4.11.3 to 4.11.4. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.11.3...v4.11.4) --- updated-dependencies: - dependency-name: hono dependency-version: 4.11.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11a8f1c commit 19f6a22

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

samples/hono/composite-routes-with-tags-split/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@hono/zod-validator": "^0.7.3",
13-
"hono": "^4.11.3"
13+
"hono": "^4.11.4"
1414
},
1515
"devDependencies": {
1616
"@cloudflare/workers-types": "^4.20251117.0",

samples/hono/hono-with-fetch-client/hono-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@hono/zod-validator": "^0.7.3",
10-
"hono": "^4.11.3"
10+
"hono": "^4.11.4"
1111
},
1212
"devDependencies": {
1313
"@cloudflare/workers-types": "^4.20251117.0",

samples/hono/hono-with-zod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@hono/zod-validator": "^0.7.3",
12-
"hono": "^4.11.3",
12+
"hono": "^4.11.4",
1313
"zod": "^3.25.76"
1414
},
1515
"devDependencies": {

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@tanstack/vue-query": "^5.92.5",
3838
"@types/react": "18.3.24",
3939
"axios": "^1.13.2",
40-
"hono": "^4.11.3",
40+
"hono": "^4.11.4",
4141
"msw": "^2.12.7",
4242
"npm-run-all": "^4.1.5",
4343
"openapi3-ts": "^4.5.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3389,7 +3389,7 @@ __metadata:
33893389
dependencies:
33903390
"@cloudflare/workers-types": "npm:^4.20251117.0"
33913391
"@hono/zod-validator": "npm:^0.7.3"
3392-
hono: "npm:^4.11.3"
3392+
hono: "npm:^4.11.4"
33933393
orval: "workspace:*"
33943394
wrangler: "npm:^4.47.0"
33953395
languageName: unknown
@@ -14205,7 +14205,7 @@ __metadata:
1420514205
dependencies:
1420614206
"@cloudflare/workers-types": "npm:^4.20251117.0"
1420714207
"@hono/zod-validator": "npm:^0.7.3"
14208-
hono: "npm:^4.11.3"
14208+
hono: "npm:^4.11.4"
1420914209
wrangler: "npm:^4.47.0"
1421014210
languageName: unknown
1421114211
linkType: soft
@@ -14224,17 +14224,17 @@ __metadata:
1422414224
dependencies:
1422514225
"@cloudflare/workers-types": "npm:^4.20251117.0"
1422614226
"@hono/zod-validator": "npm:^0.7.3"
14227-
hono: "npm:^4.11.3"
14227+
hono: "npm:^4.11.4"
1422814228
orval: "workspace:*"
1422914229
wrangler: "npm:^4.47.0"
1423014230
zod: "npm:^3.25.76"
1423114231
languageName: unknown
1423214232
linkType: soft
1423314233

14234-
"hono@npm:^4.11.3":
14235-
version: 4.11.3
14236-
resolution: "hono@npm:4.11.3"
14237-
checksum: 10c0/9e68313b3329cab0d93633909c206073315b326aa05cf6f5596214cb6e3b9913c9b59650d46a86ec9e4865b4b195561289cca191623aa557a3c2380121ff39df
14234+
"hono@npm:^4.11.4":
14235+
version: 4.11.4
14236+
resolution: "hono@npm:4.11.4"
14237+
checksum: 10c0/19b5ebf28f89ad8e8d9fc465e9e9073026a344e15e841b5b251831b0ae3843e50c29328c95e69a0d7e2681c5b35e475445f4faf59d3d51c6c32a834a0211099a
1423814238
languageName: node
1423914239
linkType: hard
1424014240

@@ -18387,7 +18387,7 @@ __metadata:
1838718387
"@tanstack/vue-query": "npm:^5.92.5"
1838818388
"@types/react": "npm:18.3.24"
1838918389
axios: "npm:^1.13.2"
18390-
hono: "npm:^4.11.3"
18390+
hono: "npm:^4.11.4"
1839118391
msw: "npm:^2.12.7"
1839218392
npm-run-all: "npm:^4.1.5"
1839318393
openapi3-ts: "npm:^4.5.0"

0 commit comments

Comments
 (0)