⬆️ Bump yargs-parser from 14.0.0 to 15.0.0

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 14.0.0 to 15.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/v14.0.0...v15.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-11 09:04:51 +00:00
committed by GitHub
parent e70e448b77
commit 1213cf3140
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -12099,9 +12099,9 @@
} }
}, },
"yargs-parser": { "yargs-parser": {
"version": "14.0.0", "version": "15.0.0",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-14.0.0.tgz", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-15.0.0.tgz",
"integrity": "sha512-zn/Mnx+tbFjkCFUodEpjXckNS65NfpB5oyqOkDDEG/8uxlfLZJu2IoBLQFjukUkn9rBbGkVYNzrDh6qy4NUd3g==", "integrity": "sha512-xLTUnCMc4JhxrPEPUYD5IBR1mWCK/aT6+RJ/K29JY2y1vD+FhtgKK0AXRWvI262q3QSffAQuTouFIKUuHX89wQ==",
"requires": { "requires": {
"camelcase": "^5.0.0", "camelcase": "^5.0.0",
"decamelize": "^1.2.0" "decamelize": "^1.2.0"

View File

@@ -29,7 +29,7 @@
"vue-virtual-scroll-list": "^1.4.2", "vue-virtual-scroll-list": "^1.4.2",
"vuejs-auto-complete": "^0.9.0", "vuejs-auto-complete": "^0.9.0",
"vuex-persist": "^2.1.0", "vuex-persist": "^2.1.0",
"yargs-parser": "^14.0.0" "yargs-parser": "^15.0.0"
}, },
"devDependencies": { "devDependencies": {
"cypress": "^3.4.1", "cypress": "^3.4.1",