chore(deps): bump yargs-parser from 17.0.0 to 18.0.0

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 17.0.0 to 18.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/v17.0.0...v18.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-07 00:21:54 +00:00
committed by GitHub
parent ca03fc2fc3
commit 53a4760034
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -14158,9 +14158,9 @@
}
},
"yargs-parser": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-17.0.0.tgz",
"integrity": "sha512-Fl4RBJThsWeJl3cRZeGuolcuH78/foVUAYIUpKn8rkCnjn23ilZvJyEZJjnlzoG/+EJKPb1RggD4xS/Jie2nxg==",
"version": "18.0.0",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.0.0.tgz",
"integrity": "sha512-dEcTjO1rkFcERdsoh++v+o7PQ6+POeIS4lOHr5Xy3WuYWhU4+inNSpJSvnsAEd3TOgzytS4DrueTuswP3VAmWQ==",
"requires": {
"camelcase": "^5.0.0",
"decamelize": "^1.2.0"

View File

@@ -49,7 +49,7 @@
"vuefire": "^2.2.1",
"vuejs-auto-complete": "^0.9.0",
"vuex-persist": "^2.2.0",
"yargs-parser": "^17.0.0"
"yargs-parser": "^18.0.0"
},
"devDependencies": {
"cypress": "^4.1.0",