Skip to content

Commit 3439572

Browse files
↗️ [patch](deps): bump hono from 4.6.3 to 4.6.4
Bumps [hono](https://github.com/honojs/hono) from 4.6.3 to 4.6.4. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.6.3...v4.6.4) --- 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 e1182c2 commit 3439572

File tree

22 files changed

+21
-21
lines changed

22 files changed

+21
-21
lines changed

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@~/app.core": "workspace:*",
6666
"consola": "3.2.3",
6767
"dotenv": "16.4.5",
68-
"hono": "4.6.3",
68+
"hono": "4.6.4",
6969
"tsx": "4.19.1"
7070
},
7171
"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.6.3"
11+
"hono": "4.6.4"
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.34.1",
26-
"hono": "4.6.3",
26+
"hono": "4.6.4",
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.6.3",
18+
"hono": "4.6.4",
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.6.3",
30+
"hono": "4.6.4",
3131
"hono-sessions": "0.5.8",
3232
"openid-client": "5.7.0"
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/profiling-node": "8.33.1",
1919
"@~/app.core": "workspace:*",
2020
"consola": "3.2.3",
21-
"hono": "4.6.3"
21+
"hono": "4.6.4"
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
@@ -53,7 +53,7 @@
5353
"dependencies": {
5454
"@~/app.core": "workspace:*",
5555
"@~/app.urls": "workspace:*",
56-
"hono": "4.6.3",
56+
"hono": "4.6.4",
5757
"hono-slotify": "workspace:*",
5858
"tailwind-variants": "0.2.1"
5959
},

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.6.3",
18+
"hono": "4.6.4",
1919
"static-path": "0.0.4"
2020
},
2121
"devDependencies": {

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.6.3",
18+
"hono": "4.6.4",
1919
"openid-client": "5.7.0",
2020
"zod": "3.23.8"
2121
},

0 commit comments

Comments
 (0)