Problem
npm audit --audit-level=moderate reports one high severity advisory and one moderate severity advisory.
Reproduction
npm ci
npm audit --audit-level=moderate
Current result
fast-uri <=3.1.1: high severity path traversal / host confusion advisories.
webpack-dev-server <=5.2.3: moderate severity cross-origin source code exposure advisory.
Expected result
npm audit --audit-level=moderate should pass with zero known moderate-or-higher vulnerabilities.
Suggested fix
Run npm audit fix or manually update the dependency chain that brings in these versions, then verify lockfile changes and the test suite.
Problem
npm audit --audit-level=moderatereports one high severity advisory and one moderate severity advisory.Reproduction
Current result
fast-uri <=3.1.1: high severity path traversal / host confusion advisories.webpack-dev-server <=5.2.3: moderate severity cross-origin source code exposure advisory.Expected result
npm audit --audit-level=moderateshould pass with zero known moderate-or-higher vulnerabilities.Suggested fix
Run
npm audit fixor manually update the dependency chain that brings in these versions, then verify lockfile changes and the test suite.