Open Bratelion opened 2 years ago
Dependencies should not have possible Prototype Pollution issues
Running yarn audit or npm audit in command window should show one of the Moderate issues : Prototype Pollution in yargs-parser.
yarn audit
npm audit
Update meow to a version 7.0 or above, since those versions use yargs-parser v18.1.3 and above, that state they have patched this issue in those versions.
meow
yargs-parser v18.1.3 and above
This is one of those "vulnerabilities" that isn't. Dont get too hung up on these for local development tools. Sorry, won't be resolving this anytime soon.
Expected Behavior
Dependencies should not have possible Prototype Pollution issues
Actual Behavior
How Do We Reproduce?
Running
yarn audit
ornpm audit
in command window should show one of the Moderate issues : Prototype Pollution in yargs-parser.How To Fix?
Update
meow
to a version 7.0 or above, since those versions useyargs-parser v18.1.3 and above
, that state they have patched this issue in those versions.