fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381
This commit is contained in:
snyk-bot
2020-03-16 23:59:13 +00:00
parent 8f867540ba
commit 992fee5620
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -14237,9 +14237,9 @@
} }
}, },
"yargs-parser": { "yargs-parser": {
"version": "18.1.0", "version": "18.1.1",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.0.tgz", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.1.tgz",
"integrity": "sha512-o/Jr6JBOv6Yx3pL+5naWSoIA2jJ+ZkMYQG/ie9qFbukBe4uzmBatlXFOiu/tNKRWEtyf+n5w7jc/O16ufqOTdQ==", "integrity": "sha512-KRHEsOM16IX7XuLnMOqImcPNbLVXMNHYAoFc3BKR8Ortl5gzDbtXvvEoGx9imk5E+X1VeNKNlcHr8B8vi+7ipA==",
"requires": { "requires": {
"camelcase": "^5.0.0", "camelcase": "^5.0.0",
"decamelize": "^1.2.0" "decamelize": "^1.2.0"

View File

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