Open glebsexy opened 3 years ago
I dived a bit into this. It seems like an upgrade of cssnano
will do the trick, as this seems to be where the dependency is rooted.
Looks like there are 2 PRs open that should resolve this issue:
https://github.com/egoist/rollup-plugin-postcss/pull/368 updates to a version of cssnano with a back ported patch https://github.com/egoist/rollup-plugin-postcss/pull/357 updates to a version of cssnano which uses postcss 8
Hi, when updating dependencies I got a message about 34 moderate severity vulnerabilities. These are apparently caused by the outdated version of PostCSS. Here is the full
npm audit
output:Is there a way to fix this?