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/dns-analytics/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.

high

While this security upgrade to hono is necessary, it's important to address an underlying dependency conflict. The @cloudflare/[email protected] package, used in this project, depends on Hono v3 (^3.1.8), but this project forces the use of Hono v4.

This major version mismatch can lead to subtle bugs and runtime errors. The presence of // @ts-ignore at src/dns-analytics.app.ts:129 is likely a symptom of this incompatibility.

To ensure long-term stability and prevent future breakages, it is highly recommended to replace @cloudflare/workers-oauth-provider with an alternative that is compatible with Hono v4.

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