ModClean / modclean

Remove unwanted files and directories from your node_modules folder
MIT License
400 stars 15 forks source link

v3 release with updated dependencies? #43

Open Mihailoff opened 2 years ago

Mihailoff commented 2 years ago

Looks like v3-dev has been used for years with no major issues. Maybe it is time to cut a release?!

KyleRoss commented 2 years ago

@Mihailoff I couldn't agree more. I'm pretty deep in another project right now, but I'll add this to my list to accomplish next.

mr-short commented 2 years ago

+1

Starting to see this in the npm audit security report:

┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate      │  Inefficient Regular Expression Complexity in                │
│               │ chalk/ansi-regex                                             │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ ansi-regex                                                   │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=5.0.1                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ modclean                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ modclean > ora > strip-ansi > ansi-regex                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://github.com/advisories/GHSA-93q8-gq69-wqmw 
└───────────────┴──────────────────────────────────────────────────────────────┘