raszi / node-tmp

Temporary file and directory creator for node.js
MIT License
735 stars 92 forks source link

Please consider to upgrade rimraf to latest version #290

Closed NathanLamSeekasia closed 7 months ago

NathanLamSeekasia commented 9 months ago

Hi All

The dependency rimraf@3.0.2 has a vulnerable dependency which is inflight@1.0.6

image

The latest version of rimraf is using glob v10 so it doesn't depend on inflight anymore which should solve the issue. Thanks!

raszi commented 7 months ago

Closed with #293