Skip to content

Commit 30a9596

Browse files
↗️ [patch](deps): bump hono from 4.5.10 to 4.5.11
Bumps [hono](https://github.com/honojs/hono) from 4.5.10 to 4.5.11. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.5.10...v4.5.11) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c0a160e commit 30a9596

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@~/app.core": "workspace:*",
6464
"consola": "3.2.3",
6565
"dotenv": "16.4.5",
66-
"hono": "4.5.10",
66+
"hono": "4.5.11",
6767
"tsx": "4.19.0"
6868
},
6969
"devDependencies": {

packages/hono-slotify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "bun test"
99
},
1010
"dependencies": {
11-
"hono": "4.5.10"
11+
"hono": "4.5.11"
1212
},
1313
"devDependencies": {
1414
"@~/config.typescript": "workspace:*"

packages/~/app/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"await-to-js": "3.0.0",
2424
"consola": "3.2.3",
2525
"drizzle-orm": "0.33.0",
26-
"hono": "4.5.10",
26+
"hono": "4.5.11",
2727
"htmx.ext...chunked-transfer": "1.0.4",
2828
"htmx.org": "1.9.12",
2929
"hyperscript.org": "0.9.12",

packages/~/app/layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@~/app.core": "workspace:*",
1616
"@~/app.middleware": "workspace:*",
1717
"@~/app.urls": "workspace:*",
18-
"hono": "4.5.10",
18+
"hono": "4.5.11",
1919
"nprogress": "0.2.0"
2020
},
2121
"devDependencies": {

packages/~/app/middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@~/app.urls": "workspace:*",
2828
"@~/moncomptepro.database": "workspace:*",
2929
"@~/moncomptepro.lib": "workspace:*",
30-
"hono": "4.5.10",
30+
"hono": "4.5.11",
3131
"hono-sessions": "0.5.8",
3232
"openid-client": "5.6.5"
3333
},

packages/~/app/sentry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@sentry/node": "8.29.0",
1919
"@sentry/profiling-node": "8.29.0",
2020
"consola": "3.2.3",
21-
"hono": "4.5.10"
21+
"hono": "4.5.11"
2222
},
2323
"devDependencies": {
2424
"@~/config.typescript": "workspace:*"

packages/~/app/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@~/app.core": "workspace:*",
5252
"@~/app.urls": "workspace:*",
53-
"hono": "4.5.10",
53+
"hono": "4.5.11",
5454
"hono-slotify": "workspace:*",
5555
"tailwind-variants": "0.2.1"
5656
},

packages/~/app/urls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"consola": "3.2.3",
18-
"hono": "4.5.10",
18+
"hono": "4.5.11",
1919
"static-path": "0.0.4",
2020
"type-fest": "4.26.0"
2121
},

packages/~/auth/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@~/app.core": "workspace:*",
1616
"@~/app.middleware": "workspace:*",
1717
"@~/app.urls": "workspace:*",
18-
"hono": "4.5.10",
18+
"hono": "4.5.11",
1919
"openid-client": "5.6.5",
2020
"zod": "3.23.8"
2121
},

packages/~/config/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"@tsconfig/bun": "1.0.7",
99
"@tsconfig/strictest": "2.0.5",
1010
"bun-types": "1.1.26",
11-
"hono": "4.5.10"
11+
"hono": "4.5.11"
1212
}
1313
}

0 commit comments

Comments
 (0)