-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
npm audit: tar and fstream vulnerable to arbitrary file overwrite #1767
Comments
Anyone know why fstream 1.0.11 is being installed when node-gyp package.json says |
"version": "2.2.1", should be changed to: "version": "4.4.8", then you need to remove the node_modules and install it again rm -rf node_moduels |
I'm pretty sure this only affects
So your actual issue is that some other package is depending on an older version of I think this issue is only relevant if |
this got sorted for node-gyp 5 and backported (gently) to 4, you should update your node-gyp or npm if you're experiencing this |
12 High severity vulnerabilities from npm
The text was updated successfully, but these errors were encountered: