⬆️ Bump yargs-parser from 13.1.1 to 14.0.0

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 14.0.0.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs-parser/compare/v13.1.1...v14.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-09-14 00:17:42 +00:00
committed by GitHub
parent b7ac58b31a
commit 5ed3650f7b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -11287,9 +11287,9 @@
}
},
"yargs-parser": {
"version": "13.1.1",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz",
"integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==",
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-14.0.0.tgz",
"integrity": "sha512-zn/Mnx+tbFjkCFUodEpjXckNS65NfpB5oyqOkDDEG/8uxlfLZJu2IoBLQFjukUkn9rBbGkVYNzrDh6qy4NUd3g==",
"requires": {
"camelcase": "^5.0.0",
"decamelize": "^1.2.0"