chore(deps): npm audit fix for high/medium security alerts#4109
Open
olaservo wants to merge 1 commit intomodelcontextprotocol:mainfrom
Open
chore(deps): npm audit fix for high/medium security alerts#4109olaservo wants to merge 1 commit intomodelcontextprotocol:mainfrom
olaservo wants to merge 1 commit intomodelcontextprotocol:mainfrom
Conversation
Bumps transitive npm dependencies via `npm audit fix` (no breaking changes): - @hono/node-server 1.19.9 -> 1.19.14 (auth bypass via encoded slashes; serveStatic bypass) - hono 4.11.7 -> 4.12.17 (multiple: serveStatic file access, cookie/SSE injection, IP matching, etc.) - express-rate-limit 8.2.1 -> 8.5.0 (IPv4-mapped IPv6 bypass) - path-to-regexp -> 8.4.2 (DoS via sequential optional groups / multi-wildcard ReDoS) - rollup 4.52.5 -> 4.60.3 (arbitrary file write via path traversal) - minimatch (3.x, 9.x, 10.x) -> patched (multiple ReDoS) - brace-expansion -> patched (zero-step DoS) - ajv 8.17.1 -> 8.20.0 (ReDoS in $data option) - qs 6.14.1 -> 6.15.1 (arrayLimit bypass DoS) - postcss 8.5.6 -> 8.5.14 (XSS in stringify output) Build and tests pass across all TS workspaces. Remaining 7 moderate dev-only alerts (vitest/vite/esbuild chain) require a major vitest 4.x bump and are out of scope here. Supersedes the contents of dependabot PR modelcontextprotocol#3377 (minimatch 10.0.1 -> 10.2.1).
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
Runs
npm audit fix(no--force, no breaking changes) to resolve open security alerts inpackage-lock.json. Addresses 9 of the 16 vulnerabilities npm audit reported, including all 6 high-severity ones.Bumps
@hono/node-serverhonoexpress-rate-limitpath-to-regexprollupminimatch(3.x / 9.x / 10.x)brace-expansionajvqspostcssRemaining (out of scope)
7 moderate dev-only alerts in the
vitest/vite/esbuildchain require a majorvitest4.x bump and are deferred to a separate PR.Supersedes
Closes the contents of #3377 (minimatch 10.0.1 → 10.2.1) — this PR jumps the same range further to 10.2.5 and bundles other fixes.
Test plan
npm installresolves cleanlynpm run buildsucceeds across all 4 TS workspaces (everything, filesystem, memory, sequentialthinking)npm test --workspaces --if-presentpasses (everything: 45, sequentialthinking: 14, filesystem suite passes)npm auditcount drops 16 → 7 (all remaining moderate, dev-only)🤖 Generated with Claude Code