-
Notifications
You must be signed in to change notification settings - Fork 263
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
dependency [tar] version is too low #318
Comments
I agree that causes problems when downloading for example Google Firebase :
Content fo the line is :
"Extract" sould be replaced by "extract" |
Also older tar comes with known insecure transitive dependencies: tar@2.2.1 > fstream@1.0.11 > rimraf@2.6.2 > glob@7.1.2 > minimatch@0.3.0 |
Looks like this issue can be closed. #299 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tar ^2.2.1 is too low to work with other modules that use the latest tar.
for example
tar.Extract => tar.extract
The text was updated successfully, but these errors were encountered: