Skip to content

v0.9.9

Latest

Choose a tag to compare

@mtzanidakis mtzanidakis released this 09 Sep 15:03

Dependency maintenance on top of v0.9.8. No functional changes — no runtime
code was touched, and every bump is verified against the full suite.

Security

  • Bump transitive brace-expansion (2.1.2 -> 2.1.4, 5.0.8 -> 5.0.9) and hono (4.13.2 -> 4.13.7) (3017be1) — two advisories npm audit flagged that Dependabot had not alerted on. Neither is reachable in production: brace-expansion comes in through vite-plugin-pwa as build-time tooling, and every Praktor MCP server uses StdioServerTransport, so Hono's affected HTTP paths never run. Both projects now report 0 vulnerabilities.

Dependencies

  • Bump moby/moby/api 1.55.0 -> 1.56.0, moby/moby/client 0.5.1 -> 0.6.0, and golang.org/x/crypto 0.55.0 -> 0.57.0 (c258989)
  • Bump vitest 4.1.11 -> 5.0.0 in ui and agent-runner (3cb730f)
  • Refresh in-range npm dependencies: @testing-library/react, @types/react-dom, @types/node (9334708)

This clears the dependency backlog completely — go list -u reports no direct
updates and npm outdated is empty in both projects.