jaredwray / flat-cache

A stupidly simple key/value storage using files to persist the data
MIT License
165 stars 30 forks source link

[vulnerability] Glob@7.2.3 dependency Inflight@1.0.6 contains memory leak #83

Closed rreeves8 closed 10 months ago

rreeves8 commented 11 months ago

This package should be updated rimraf to version 5.0.5. current rimraf version uses outdated glob that has a dependency with a memory leak.

Inflight issue

https://github.com/isaacs/inflight/issues/5

Remix-dev issue

https://github.com/remix-run/remix/issues/8271

jaredwray commented 10 months ago

@rreeves8 we are doing a major version release now to handle this but will require min Nodejs >=16

https://github.com/jaredwray/flat-cache/pull/86

rreeves8 commented 10 months ago

@rreeves8 we are doing a major version release now to handle this but will require min Nodejs >=16

86

Great thanks !