jprichardson / node-jsonfile

Easily read/write JSON files.
MIT License
1.2k stars 321 forks source link

Bump graceful-fs version #143

Closed bfaf closed 3 years ago

bfaf commented 3 years ago

Could you bump graceful-fs version to 4.2x because version 4.1.x have memory leak issue when used with Jest?

Here link with more info about the problem:

https://github.com/facebook/jest/issues/6399#issuecomment-399888409

RyanZim commented 3 years ago

The graceful-fs version is specified with ^, so it should install 4.2.x unless your lockfile is too restrictive.