Problem
Installing builder-frontend dependencies currently reports 22 known vulnerabilities:
- 1 low
- 4 moderate
- 12 high
- 5 critical
The critical vulnerabilities should be identified and remediated without applying unreviewed breaking dependency upgrades.
Reproduction
cd builder-frontend
npm install
npm audit
Acceptance criteria
Notes
Do not run npm audit fix --force without reviewing the proposed major-version changes and testing their compatibility.
Problem
Installing
builder-frontenddependencies currently reports 22 known vulnerabilities:The critical vulnerabilities should be identified and remediated without applying unreviewed breaking dependency upgrades.
Reproduction
cd builder-frontend npm install npm auditAcceptance criteria
npm auditand document the packages and dependency paths responsible for all 5 critical findings.npm auditreports zero critical vulnerabilities, or any finding that cannot be fixed is documented with its exposure, mitigation, and a follow-up issue.builder-frontend/package-lock.jsonchanges.npm testpasses inbuilder-frontend.npm run buildpasses inbuilder-frontend.Notes
Do not run
npm audit fix --forcewithout reviewing the proposed major-version changes and testing their compatibility.