npm / fstream

Advanced FS Streaming for Node
ISC License
208 stars 43 forks source link

Upgrade graceful-fs dependency to version 4 #49

Closed apydo closed 8 years ago

apydo commented 8 years ago

Could you please upgrade your dependencies, npm states the support for graceful-fs 3 will be removed soon :

npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.

A new version 4 of graceful-fs is available.

othiym23 commented 8 years ago

This was done as of 53b0095290773e2e30fb1b768cdfe4db2a4baa5e, back in September / fstream@1.0.8. Update the version of npm or fstream that you're using? Either way, since this has been addressed, I'm going to close this issue. Thanks for your time!

apydo commented 8 years ago

Sorry, I missed it. This is an old dependency in unzip2. Thank you for a quick feedback.