-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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 failure (high severity) due to dns-packet #11007
Comments
Yeah there are currently 8 Issues via dependencies: https://snyk.io/test/npm/react-scripts/4.0.3 |
Luckily the lodash patch can be fixed with |
|
I can confirm that |
Could you suggest please how to fix this error with yarn? |
@stahlmanDesign - |
npm-audit-output.txt |
Please see #11174. |
Describe the bug
npm audit currently fails on
react-scripts@4.0.3
due to a high security vulnerability indns-packet
. The dependency path isreact-scripts > webpack-dev-server > bonjour > multicast-dns > dns-packet
. The respective npm advisory is at https://www.npmjs.com/advisories/1745.Screenshot of the particular audit failure.
Steps to reproduce
npm audit
onreact-scripts@4.0.3
npm audit fix
Expected behavior
npm audit can exit successfuly.
Actual behavior
npm audit fails
The text was updated successfully, but these errors were encountered: