0.2.2 — Dependency hygiene (npm audit fix)
No engine or tool behavior changes; golden fixtures unchanged. Dependency
hygiene only.
Security
npm audit fix(no--force): four transitive dependencies of
@modelcontextprotocol/sdkbumped within their existing semver ranges
to clear all reported advisories —hono4.12.31 → 4.13.2 (ReDoS in
CORS middleware, SSRmemo()cross-request retention, proxy-helper
Connectionheader handling, language-middleware complexity),
@hono/node-server1.19.14 → 1.19.17 (serve-staticpath traversal
on Windows),fast-uri3.1.4 → 3.1.5 (host confusion via backslash
authority),ip-address10.2.0 → 10.5.0 (leading-zero / CIDR /
IPv4-mapped misclassification enabling SSRF bypasses). None of these
code paths are exercised by this server (it usesnode:httpdirectly
and the SDK's Streamable HTTP transport, no CORS/static/proxy
middleware), so this is hygiene, not a fix for an exposure. SDK stays
at 1.29.0; no dependency ranges changed.npm auditis clean
afterwards.