-
-
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 failing for jest 24.8.0 with severity high on 26k+ dependencies #8682
Npm audit failing for jest 24.8.0 with severity high on 26k+ dependencies #8682
Comments
Same issue here |
It looks like the offending package down the dependency tree is I ran this command |
Seems unpatched versions of mixin-deep advisory here https://www.npmjs.com/advisories/1013
set-value advisory here https://www.npmjs.com/advisories/1012
|
BUMP |
Would it be possible to upgrade Edit: Might not be able to since micromatch 4 requires node 8. |
Upgrading micromatch to v4 (breaking) is planned for Jest 25, for performance reasons as well |
Same here, set-value has been reported as vulnerable since past friday |
@jeysal, is there an estimate release date for v25? |
@lmammino There'll be at least one more minor release soon before the phase of landing breaking changes for 25 starts |
|
Same for me - |
If (Happy to take PRs increasing the minimum version of Jest's deps if it helps pull in upstream fixes when we do make a release) |
Great to see the community moved so fast on this! Thanks to everyone involved |
Both |
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. |
🐛 Bug Report
Npm audit failing for jest 24.8.0 with severity high on 26k+ dependencies
To Reproduce
Should produce the following output:
Also see attached npm audit report in JSON format
🍕npm_audit_output.json.zip
Expected behavior
N/D
Link to repl or repo (highly encouraged)
N/D
Run
npx envinfo --preset jest
Paste the results here:
The text was updated successfully, but these errors were encountered: