Track and update dependencies regularly; run npm audit or an SCA tool in CI to block builds with known-vulnerable packages.
Why This Matters
Outdated dependencies carry publicly known CVEs that attackers actively exploit (OWASP A06).
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and dozens more. Get actionable feedback before code ships.