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 examples/brave-search-mcp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@cloudflare/workers-oauth-provider": "^0.0.2",
"@modelcontextprotocol/sdk": "^1.7.0",
"agents": "^0.0.43",
"hono": "^4.11.4",
"hono": "^4.11.7",

Copilot AI Jan 31, 2026

Copy link

Choose a reason for hiding this comment

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

The package.json dependency version has been updated to 4.11.7, but the corresponding pnpm-lock.yaml file still references hono@4.11.4 (lines 873 and 2048). This means the actual installed version will remain at 4.11.4, leaving the security vulnerabilities unfixed. The lock file must be regenerated by running pnpm install before this PR can be merged to ensure the security fixes are actually applied.

Suggested change
"hono": "^4.11.7",
"hono": "^4.11.4",

Copilot uses AI. Check for mistakes.
"jose": "^6.0.10",
"zod": "^3.24.2"
}
Expand Down