Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated dependency: 'tar' #312

Open
ajmas opened this issue Aug 25, 2017 · 1 comment
Open

Outdated dependency: 'tar' #312

ajmas opened this issue Aug 25, 2017 · 1 comment

Comments

@ajmas
Copy link

ajmas commented Aug 25, 2017

The dependency for 'tar' is 2.2.1, while the latest available version is 4.0.1.

This is an issue, since an npm install will warn:

npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.

This will thus be an issue for anyone who wishes to use a more recent version of nodejs (>= v7.0).

For this reason the dependency should be updated.

@ajmas
Copy link
Author

ajmas commented Aug 25, 2017

Just seen there is PR #299 that addresses this, though appears to be blocked since June.

There is a 4.0.1 available, though since 4.x is only 7 days old at this point, maybe version 3.x > 3.0.0 is safer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant