Open pvaananen opened 4 years ago
ESlint 6.0.0 has transitive dependency in the minimist library that needs to be upgraded to fix a vulnerability.
The dependency chain is rollup-plugin-eslint > eslint > mkdirp > minimist.
rollup-plugin-eslint > eslint > mkdirp > minimist
In understand that as a dev tool this isn't critical, but it would be nice to get rid of the warning.
I'd been waiting for feedback, too, but eventually grew impatient. So I've created a new package! Feel free to check it out at https://github.com/robinloeffel/rollup-plugin-eslint! :)
ESlint 6.0.0 has transitive dependency in the minimist library that needs to be upgraded to fix a vulnerability.
The dependency chain is
rollup-plugin-eslint > eslint > mkdirp > minimist
.In understand that as a dev tool this isn't critical, but it would be nice to get rid of the warning.