⬆️ Bump yargs-parser from 13.1.1 to 14.0.0 (#145)

⬆️ Bump yargs-parser from 13.1.1 to 14.0.0

Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
Liyas Thomas
2019-09-16 11:22:58 +05:30
committed by GitHub
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"

View File

@@ -21,7 +21,7 @@
"vue-virtual-scroll-list": "^1.4.2",
"vuejs-auto-complete": "^0.9.0",
"vuex-persist": "^2.1.0",
"yargs-parser": "^13.1.1"
"yargs-parser": "^14.0.0"
},
"devDependencies": {
"node-sass": "^4.12.0",