fix(deps): patch 7 transitive security advisories (CYPACK-1186)#1195
Open
cyrusagent wants to merge 2 commits into
Open
fix(deps): patch 7 transitive security advisories (CYPACK-1186)#1195cyrusagent wants to merge 2 commits into
cyrusagent wants to merge 2 commits into
Conversation
Bump pnpm.overrides to pull in patched versions of hono (>=4.12.18), fast-uri (>=3.1.2), ip-address (>=10.1.1), and @anthropic-ai/sdk (>=0.91.1). Add stop_details: null to BetaMessage stubs in the cursor/codex/gemini runners to satisfy the new @anthropic-ai/sdk type. pnpm audit now reports zero advisories.
Contributor
|
@cyrusagent can you rebase off main and fix merge confliccts? |
|
I can't connect to your local environment because the Cyrus process isn't running. Run |
Connoropolous
approved these changes
May 13, 2026
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.
Summary
Patches all 7 open Dependabot advisories on
mainby bumpingpnpm.overrides:>=4.12.7.fastify > @fastify/ajv-compiler.Address6HTML-emitting methods (GHSA-v2v4-37r5-5v8g). Pulled in transitively via@modelcontextprotocol/sdk > express-rate-limit.@anthropic-ai/claude-agent-sdkwas on 0.81.0; the latest releasedclaude-agent-sdk(0.2.138) still requires@anthropic-ai/sdk: ^0.81.0, so a direct-dep bump cannot reach the patched transitive — override is the appropriate fallback per our policy.The 0.91.1 type updates added a required
stop_detailsfield onBetaMessage. This PR addsstop_details: nullto theBetaMessagestubs constructed incursor-runner,codex-runner, andgemini-runnerto satisfy the new type.pnpm auditnow reports zero advisories.Supersedes #1192 (which only addressed 2 of the 7 advisories).
Closes CYPACK-1186.
Test plan
pnpm installcleanpnpm auditreports zero advisoriespnpm buildsucceeds across all packagespnpm typecheckcleanpnpm test:packages:run— all 17 workspace projects pass (1240 tests)