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/auditlogs/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.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.

critical

While this upgrade to hono is necessary to fix a security vulnerability, this PR is incomplete for a monorepo setup.

  1. Incomplete Upgrade: The hono dependency is used by many other packages in this repository (e.g., apps/ai-gateway, packages/mcp-common, etc.). To fix the vulnerability everywhere and maintain dependency consistency, hono should be upgraded to 4.10.3 in all package.json files where it is a dependency.

  2. Missing Lock File Update: The pnpm-lock.yaml file has not been updated. After updating all the package.json files, please run pnpm install and commit the updated pnpm-lock.yaml. Without this, the dependency change will not take effect.

Merging this PR as-is will result in an inconsistent state, with multiple versions of hono in the project, and will not fix the vulnerability in other packages.

"zod": "3.24.2"
},
"devDependencies": {
Expand Down
Loading