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

This dependency update is not accompanied by a change to the package lock file. To ensure this security fix is applied in all environments, the lock file (e.g., package-lock.json, yarn.lock) must be updated and committed as part of this pull request. Otherwise, package managers will likely install the old, vulnerable version specified in the lock file during CI builds or fresh local setups, rendering this security update ineffective.

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