Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/hono-security-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/hono': patch
---

Bump `hono` devDependency floor to `^4.12.7` to pick up an upstream security fix.
2 changes: 1 addition & 1 deletion integration/templates/hono-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@hono/node-server": "^1.14.1",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"hono": "^4.7.10",
"hono": "^4.12.7",
"tsx": "^4.20.3",
"vite-express": "^0.21.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@clerk/shared": "workspace:^"
},
"devDependencies": {
"hono": "^4.7.4"
"hono": "^4.12.7"
},
"peerDependencies": {
"hono": ">=4"
Expand Down
Loading
Loading