-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Description
Related to #5808 (yarn audit)
Do you want to request a feature or report a bug?
feature
What is the current behavior?
yarn audit fix does the same as yarn audit and doesn't actually fix known vulnerabilities.
What is the expected behavior?
It should behave like npm audit fix and update packages to safe versions where possible. Another report should be displayed after upgrading packages if there are still vulnerabilities that have to be fixed manually.
Unfortunately npm audit fix can't be used directly with yarn because it requires an npm lockfile, which would have different dependency versions than yarn's lockfile. There should be some APIs available though, as there were for npm audit and yarn audit.
sugarshin, pastak, a11yup-old, andreymaznyak, nasrulhazim and 291 morejameihalt
Metadata
Metadata
Assignees
Labels
No labels