-
-
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
@babel/core should be updated from 7.1.0 to at least 7.9.0 to resolve dependencies on minimist and kind-of #10224
Comments
|
Based on the I did a |
I'm talking about the OP which is Your issue as I said is fixed by #10919 |
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 module minimist has a publicly declared vulnerability and should be updated.
Similarly module kind-of also has one.
The current version of @babel/core (7.1.0) as a dependency for @jest-config and @jest-transform has a deep dependency on this which can be resolved by updating to the latest version of @babel/core to >= 7.9.0
See issue resolution on babel core babel/babel#11274
To Reproduce
yarn install
Inspect the yarn.lock file
See the old versions of minimist and kind-of are old.
Expected behavior
yarn install
Inspect the yarn.lock file
Version is updated.
Link to repl or repo (highly encouraged)
envinfo
The text was updated successfully, but these errors were encountered: