Skip to content

v3.13.0 - Dependency Updates + Security Fixes

Choose a tag to compare

@sinewaveai sinewaveai released this 24 Feb 23:13

πŸš€ 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, ApplyGlobalResponse type helper
  • QS: strictMerge option for object/primitive conflicts
  • MCP SDK: OAuth client credentials scopes support

πŸ› Bug Fixes

  • AJV: Infinity and NaN serialization to null
  • QS: duplicates option handling for bracket notation
  • MCP SDK: npm audit vulnerabilities resolved

πŸ“₯ Installation

npm install -g agent-security-scanner-mcp@latest

πŸ”— Links


All 8 PRs merged: #4, #9, #10, #11, #13, #14, #17, #18
Tests: 419 passed
Breaking Changes: None - fully backward compatible