Skip to content
Open
Changes from all 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
2 changes: 1 addition & 1 deletion apps/docs-autorag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@repo/mcp-observability": "workspace:*",
"agents": "0.2.19",
"cloudflare": "4.2.0",
"hono": "4.7.6",
"hono": "4.10.3",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This PR correctly updates hono to a secure version. Consider using a caret (^) for the version range (e.g., ^4.10.3) to automatically receive future non-breaking security updates and bug fixes. While pinning versions ensures deterministic builds, it requires manual updates for every patch, which can delay fixing vulnerabilities. Since other dependencies are also pinned, this might be a deliberate project choice. If not, adopting caret versioning for dependencies could improve maintainability.

Suggested change
"hono": "4.10.3",
"hono": "^4.10.3",

"mime": "4.0.6",
"zod": "3.24.2"
},
Expand Down
Loading