-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump yargs parser version to avoid flagged vulnerable dependen…
…cies (#23839) * Bump the yargs version to address some 'low' security vulnerability warnings. 'npm audit' complains for: - yargs > os-locale > mem (https://npmjs.com/advisories/1084) - yargs > yargs-parser (https://npmjs.com/advisories/1500) This is obviously a big jump in major version numbers, but the usage looks reasonably vanilla, so I'm hoping it's obvious whether this breaks anything. * Bump the yargs version to address a 'low' security vulnerability warning in yargs-parser. 'npm audit' complains about 'yargs > yargs-parser' (https://npmjs.com/advisories/1500). * sync yarn.lock * move parserConfiguration from package.json to code (yargs no longer support package.json field) Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com> Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
- Loading branch information
1 parent
197614e
commit 2b1de8c
Showing
4 changed files
with
7 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters