webpack-contrib/postcss-loader

[Security Risk] Update cssnano to ^4.1.11

bymattoa opened this issue · 1 comments

Attempted to raise a PR myself, but not have permissions to push to this repo.

  • Operating System: n/a
  • Node Version:
  • NPM Version:
  • webpack Version:
  • postcss-loader Version: all

Expected Behavior / Situation

postcss-loader has a transitive dependency on is-svg ^3.0.0 through cssnano ^4.1.10. This version contains a security risk for ReDoS attacks:

GHSA-7r28-3m3f-r2pr

Actual Behavior / Situation

n/a

Modification Proposal

Update cssnano to ^4.1.11. This will version removes the dependency on is-svg.

"cssnano": "^4.1.11",