jalaali / moment-jalaali

A Jalaali (Jalali, Persian, Khorshidi, Shamsi) calendar system plugin for moment.js.
MIT License
933 stars 161 forks source link

Memory leak issue by rimraf@3.0.2 > glob@7.2.3 > inflight@1.0.6 #261

Open mostafa-rio opened 2 months ago

mostafa-rio commented 2 months ago

Dependency rimraf@3.02 uses glob@7.2.3 that causes memory leak issue since its using inflight as dependency. according to this github issue from glob package they fixed it by removing inflight in version 8.

https://github.com/isaacs/node-glob/issues/435

Solution: Upgrading rimraf to latest version possibly can solve this issue