-
Notifications
You must be signed in to change notification settings - Fork 527
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 fix downgrades to 2.0.0-dev9 #1784
Comments
Seeing the same. Also, the critical vulnerability is probably an even bigger issue. @hassy |
Thank you for the report! Can confirm, I'm able to reproduce it. We'll need to look into it. The behavior is odd as |
Thanks, @hassy! Any ideas on the critical vulnerabilities? Would you like me to create a separate issue for that? |
Still an issue with 2.0.0-33. |
Is there any update on this issue? |
Still an issue with 2.0.0-38. I want to be able to run |
Ah, I see it is already deprecated. |
Version info:
Steps to reproduce:
Shell session running the commands above with some long irrelevant output replaced with ...:
I expected to see this happen:
I expected
npm audit fix
to fix the problems.Instead, this happened:
npm audit fix
downgraded from from 2.0.0-28 to 2.0.0-dev9 which just has other/more issues. It seems to me that there is something screwed up with the version numbers sincenpm audit fix
considers it valid to move from 2.0.0-28 to 2.0.0-dev9.The text was updated successfully, but these errors were encountered: