Skip to content

chore(deps): npm audit fix, 0 production vulnerabilities - #26

Merged
mathias-heide merged 1 commit into
mainfrom
fix/audit
Sep 11, 2026
Merged

mathias-heide merged 1 commit into
mainfrom
fix/audit

Conversation

@mathias-heide

Copy link
Copy Markdown
Contributor

Summary

npm audit showed 14 advisories (8 in production transitives of the MCP SDK). npm audit fix resolves all production ones; lockfile-only, no package.json range changes, so published npx summer-engine installs already resolve the fixed versions.

Remaining: 2 moderate in vitest (dev-only, not in the tarball). Fix needs vitest 4.1.11+; npm's arborist crashes installing it today (Cannot read properties of null (reading 'edgesOut')). Revisit after an npm update.

Test plan

  • npm audit --omit=dev: 0 vulnerabilities
  • npx vitest run 1481 pass, npm run build, npm run generate:registry -- --check

🤖 Generated with Claude Code

Lockfile-only: bumps transitive deps of @modelcontextprotocol/sdk (hono,
express-rate-limit, qs, body-parser, ip-address, fast-uri, path-to-regexp,
nanoid) and the dev tree (vite, postcss, esbuild). package.json ranges were
already compatible, so published installs resolve the fixed versions
without a release. Two moderate advisories remain in vitest (dev-only, not
shipped); the fix needs vitest 4.1.11+, which npm's resolver currently
crashes on installing — revisit when npm is updated.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@mathias-heide
mathias-heide merged commit c90a193 into main Sep 11, 2026
1 check passed
@mathias-heide
mathias-heide deleted the fix/audit branch September 11, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant