Back to the changelog

v0.48.4

July 13, 2026

Dependency security: a known vulnerability in a third-party library shipped in the production image is closed, plus a new automated check that keeps similar issues from silently coming back.

  • Security

    Dependency hardening

    **Known vulnerability closed in the production image.** The internal library used to generate Excel files pulled in a dependency (`uuid`) with a known vulnerability; it has been upgraded to the fixed version, with no impact on how export works. **Automated anti-regression check at build time.** The continuous-integration pipeline now blocks any change that introduces a known vulnerability of moderate or higher severity among the production dependencies — so the dependency graph can no longer degrade silently.