-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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: found 2 high severity vulnerabilities #7889
Comments
Is this actionable? The error message you posted includes instructions on how to upgrade? |
I don't understand. Now I do |
Issue still exists. Just run |
never-mind. just upgrade |
Ugh, yarn makes this so hard: yarnpkg/yarn#4986 |
This still is an issue as the jest library still is on the vulnerable version of |
I'm saying we don't need to since the fixed version is within semver range |
Do not understand why this is closed. Out of the box there should not be security warnings? Even if (X jest users * Y minutes wasted) + negative first impression = why is this closed? |
Again, this is not something to complain about in this issue tracker. $ mkdir test-install
$ cd test-install
$ npm init -y
# ...
$ npm i jest
# ...
$ npm audit
=== npm audit security report ===
found 0 vulnerabilities
in 876354 scanned packages That means a fresh install of Jest has no vulnerabilities, and you get the warning since your local project is outdated. The error message tells you how to fix it. How do you suppose anyone on this issue tracker should fix issues in the lockfile in your project? |
Out of the box was a bit too ambiguous. Added jest to a project two weeks ago and did a clone/install. Saw a bunch of warnings classified has high. Landed here on a closed issue. Fixed two days ago? istanbuljs/istanbuljs#503 Cheers |
The handlebars/uglifyjs is fixed in those alphas yes (I've already upgraded in #9192 which is pending stable release) but
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hello, today npm display a warning
π Bug Report
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
npm i jest
The text was updated successfully, but these errors were encountered: