chore(deps): Resolve all 7 dependabot alerts and refresh direct deps#33
Merged
Conversation
Transitive security fixes (all reached via @modelcontextprotocol/sdk, directly and through agents): - fast-uri 3.1.2 -> 3.1.4 (2 high: host confusion advisories) - hono 4.12.25 -> 4.12.31 (3 moderate: jsx context leak, cx() XSS, header dedup) - body-parser 2.2.2 -> 2.3.0 (low: DoS via invalid limit) - @hono/node-server 1.19.14 -> 2.0.11 via pnpm override (moderate: serve-static path traversal). No patched 1.x exists and the MCP SDK pins ^1.x; none of our transports load the Node server (Worker uses web-standard, STDIO uses stdio), so the major jump is inert here. Direct dep refresh while at it: @sentry/cloudflare 10.67.0, agents 0.18.0, @sentry/cli 3.6.2, tsx 4.23.1, @cloudflare/workers-types 5.20260723.1, @anthropic-ai/sdk 0.113.0. pnpm audit: 0 vulnerabilities. Tests, build, worker typecheck, and a wrangler dry-run bundle all pass. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
GitHub flagged 7 open dependabot alerts on main (2 high, 4 moderate, 1 low) — all transitive, all reached via
@modelcontextprotocol/sdk(directly and throughagents).What
fast-urihonobody-parser@hono/node-server^1.x. None of our transports load the Node server (Worker uses the web-standard transport, STDIO uses stdio), so the major jump is inert for this codebase.Also refreshed direct deps:
@sentry/cloudflare10.67.0,agents0.18.0,@sentry/cli3.6.2,tsx4.23.1,@cloudflare/workers-types5.20260723.1,@anthropic-ai/sdk0.113.0.Note: the override lives in
pnpm-workspace.yaml— pnpm 11 no longer readspnpm.overridesfrompackage.json.Verification
pnpm audit: 0 vulnerabilities (was 7)pnpm build+pnpm typecheckcleanwrangler deploy --dry-runbundles successfully with the updatedagents/@sentry/cloudflare🤖 Generated with Claude Code