Skip to content

Resolve npm audit vulnerabilities in fast-uri and webpack-dev-server #5

@thunderavi

Description

@thunderavi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions