v3.13.0 - Dependency Updates + Security Fixes
π What's New in v3.13.0
This release consolidates 8 dependency updates including critical security fixes and major performance improvements.
π Security Fixes
- ajv 8.17.1 β 8.18.0 - Fixes CVE-2025-69873 (ReDoS attacks mitigation)
- @modelcontextprotocol/sdk 1.25.3 β 1.26.0 - Fixes GHSA-345p-7cg4-v4c7 (cross-client data leak)
β‘ Performance
- hono 4.11.7 β 4.12.1 - 1.5x-2x faster router performance via trie-router optimization
- AJV tree-shaking - Smaller bundle sizes with
sideEffects: false
π¦ Dependencies Updated
hono: 4.11.7 β 4.12.1 (main + mcp-server-full)ajv: 8.17.1 β 8.18.0 (main + mcp-server-full)qs: 6.14.1 β 6.15.0 (main + mcp-server-full)@modelcontextprotocol/sdk: 1.25.3 β 1.26.0 (main + mcp-server-full)
π οΈ New Features
- Hono:
$path()method for client,ApplyGlobalResponsetype helper - QS:
strictMergeoption for object/primitive conflicts - MCP SDK: OAuth client credentials scopes support
π Bug Fixes
- AJV: Infinity and NaN serialization to null
- QS:
duplicatesoption handling for bracket notation - MCP SDK: npm audit vulnerabilities resolved
π₯ Installation
npm install -g agent-security-scanner-mcp@latestπ Links
- Full Changelog: v3.12.0...v3.13.0
- npm Package: https://www.npmjs.com/package/agent-security-scanner-mcp
- MCP Registry: https://registry.modelcontextprotocol.io/
All 8 PRs merged: #4, #9, #10, #11, #13, #14, #17, #18
Tests: 419 passed
Breaking Changes: None - fully backward compatible