You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trim-newlines is a dependency of meow and was reported in #672. It should be fixed with #675.
For glob-parent though, by looking at your npm audit output, it looks like one of generators may be using an outdated version of yeoman-generator, as the issue seems to be patched in the latest version. I'd recommend looking through your generators and seeing which ones use the vulnerable version of glob-parent and then getting those generators to move to the latest version of yeoman-generator.
Type of issue
npm audit
fails when I'm using Yo 4.2.0. Advisories 1751 in glob-parent (moderate) and 1753 in trim-newlines (high).My environment
Expected behavior
No security vulnerabilities.
Current behavior
There are 36 vulnerabilities.
Steps to reproduce the behavior
npm install yo@latest
npm audit
Command line output
yo vulns.txt
The text was updated successfully, but these errors were encountered: