Skip to content

Commit

Permalink
Bump the yargs version to address a 'low' security vulnerability warn…
Browse files Browse the repository at this point in the history
…ing in yargs-parser.

'npm audit' complains about 'yargs > yargs-parser' (https://npmjs.com/advisories/1500).
  • Loading branch information
ashokdelphia committed May 6, 2020
1 parent 01df9d4 commit 65b09f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"strip-ansi": "^5.2.0",
"update-notifier": "^3.0.1",
"uuid": "3.4.0",
"yargs": "^12.0.5",
"yargs": "^15.3.1",
"yurnalist": "^1.1.2"
},
"devDependencies": {
Expand Down

0 comments on commit 65b09f0

Please sign in to comment.