windicss / windicss-intellisense

Intelligent WindiCSS tooling for VS Code
https://marketplace.visualstudio.com/items?itemName=voorjaar.windicss-intellisense
MIT License
194 stars 16 forks source link

fix: vulnerability CVE-2021-44906 #445

Closed kkharji closed 1 year ago

kkharji commented 2 years ago

minimist: v1.2.5 brings in a security vulnerability which is currently has no fix https://security.snyk.io/vuln/SNYK-JS-MINIMIST-2429795.

Jest depends on json5 which as of current release depends on minimist@1.2.5.

With this PR minimist is totally removed from dependency tree, thanks to json5 dropping it in most recent release.