chore: in-range dep updates + dist rebuild (supersedes #51)#55
Open
SamMorrowDrums wants to merge 1 commit into
Open
chore: in-range dep updates + dist rebuild (supersedes #51)#55SamMorrowDrums wants to merge 1 commit into
SamMorrowDrums wants to merge 1 commit into
Conversation
Resolves transitive fast-uri ReDoS/path-traversal advisories (supersedes Dependabot #51) and undici WebSocket advisories. No source changes; lockfile bump + rebuilt dist. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
Summary
Bumps in-range dependencies via
npm updateand rebuildsdist/.Notable bumps:
@modelcontextprotocol/sdk: 1.13.2 → 1.29.0 (latest, still on spec rev 2025-06-18)undici: 6.23.0 → 6.26.0 (resolves WebSocket / smuggling / CRLF advisories)fast-uri(transitive): patch bump fixing ReDoS / path-traversal advisorieszod: 3.24.5 → 3.25.76 (in-range)typescript,eslint,@types/node,ts-jest, etc.: in-rangenpm auditnow reports 0 vulnerabilities (was 2 high).Checks
npm run check(typecheck + lint + format + 50 tests) ✅npm run build✅Supersedes
Closes #51 — that PR only failed because Dependabot can't rebuild bundled
dist/. The fast-uri bump is included here transitively, withdist/rebuilt.Out of scope (follow-up — see comment)
Major version bumps (
zod4,undici8,diff9,@actions/core3,eslint10,typescript6,jest30,@types/node25) and adapting to the upcoming MCP draft spec + SDK v2 will land on a separate3.0branch.Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>