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/dex-analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@repo/mcp-observability": "workspace:*",
"agents": "0.2.7",
"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.

high

While upgrading hono is the correct action, this change is incomplete for the monorepo. Other packages such as ai-gateway, auditlogs, and autorag still depend on the vulnerable version 4.7.6. To fully remediate the security vulnerability and maintain dependency consistency, hono should be upgraded in all package.json files across the repository.

"jszip": "3.10.1",
"zod": "3.24.2"
},
Expand Down
Loading