v4.4.3
MontFerret/ferretv4.4.3Jun 8, 2026by sinewaveai
AI Summary
This release focuses on dependency maintenance, updating the Hono web framework and Vitest test runner across various subpackages. While Vitest was bumped to version 4.1.0 in some areas, the root configuration remains at 3.2.4 to maintain compatibility with Node.js version 18.
Key Highlights
- Hono framework updated from 4.12.18 to 4.12.23 across all subpackages
- Vitest updated to 4.1.0 in subpackages, though root remains at 3.2.4
- Root Vitest update (4.1.0) is held back due to Node.js compatibility requirements (Node 20.12+)
- Changes applied to MCP server, scanner-lite, and prooflayer-scanner
Full Release Notes
## 🔧 Dependency Updates - **hono**: 4.12.18 → 4.12.23 (web framework, patch updates across all subpackages) - **vitest** (dev): 3.2.4 → 4.1.0 in subpackages (test runner major bump; root vitest continues to drive CI, so no behavior change) ## 📦 Changes - chore(deps): bump hono from 4.12.18 to 4.12.23 (#97) - chore(deps): bump hono from 4.12.18 to 4.12.23 in /mcp-server-full (#98) - chore(deps): bump hono from 4.12.18 to 4.12.23 in /prooflayer-scanner (#99) - chore(deps): bump hono from 4.12.18 to 4.12.23 in /scanner-lite (#100) - chore(deps-dev): bump vitest from 3.2.4 to 4.1.0 in /code-review-agent (#95) - chore(deps-dev): bump vitest from 3.2.4 to 4.1.0 in /scanner-lite (#94) ## ⏳ Held back - #96 (`vitest 4.0.18 → 4.1.0` root) — vitest 4.1.0 imports `styleText` from `node:util`, which only exists in Node 20.12+; repo still supports Node 18. Requires dropping Node 18 first. **Full Changelog**: https://github.com/sinewaveai/agent-security-scanner-mcp/compare/v4.4.2...v4.4.3