02-Jul-2026 — clear npm audit backlog - 140 vulnerabilities down to 5 dev-only ref #305

build 732commit 43d1c4c


client+server: clear npm audit backlog (#305)

What's new

Dependency security sweep of both workspaces. Server npm audit drops from 66 vulnerabilities (6 critical, 30 high) to 3, all in a single dev-only chain (mocha's serialize-javascript, where no fixed release exists and npm's proposed remedy is a downgrade to 2020's mocha 8). The client workspace drops from 74 (5 critical, 28 high) to 2 low, both a build-time babel advisory inside Angular's own compiler toolchain with no sane fix. Every critical and every production-reachable high is cleared across both, and the combined dependency tree shrinks by roughly 700 packages.

At a glance

Technical changes