chore(package): update lockfile package-lock.json

This commit is contained in:
greenkeeper[bot]
2019-07-09 22:43:22 +00:00
parent 9a657bdc10
commit da76ff53ce

15
package-lock.json generated
View File

@@ -6126,11 +6126,12 @@
}
},
"matcher-collection": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/matcher-collection/-/matcher-collection-1.1.2.tgz",
"integrity": "sha512-YQ/teqaOIIfUHedRam08PB3NK7Mjct6BvzRnJmpGDm8uFXpNr1sbY4yuflI5JcEs6COpYA0FpRQhSDBf1tT95g==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/matcher-collection/-/matcher-collection-2.0.0.tgz",
"integrity": "sha512-wSi4BgQGTFfBN5J+pIaS78rEKk4qIkjrw+NfJYdHsd2cRVIQsbDi3BZtNAXTFA2WHvlbS9kLGtTjv3cPJKuRSw==",
"dev": true,
"requires": {
"@types/minimatch": "^3.0.3",
"minimatch": "^3.0.2"
}
},
@@ -10553,14 +10554,14 @@
"dev": true
},
"walk-sync": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/walk-sync/-/walk-sync-1.1.3.tgz",
"integrity": "sha512-23ivbET0Q/389y3EHpiIgxx881AS2mwdXA7iBqUDNSymoTPYb2jWlF3gkuuAP1iLgdNXmiHw/kZ/wZwrELU6Ag==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/walk-sync/-/walk-sync-2.0.2.tgz",
"integrity": "sha512-dCZkrxfHjPn7tIvdYrX3uMD/R0beVrHpA8lROQ5wWrl8psJgR6xwCkwqTFes0dNujbS2o/ITpvSYgIFsLsf13A==",
"dev": true,
"requires": {
"@types/minimatch": "^3.0.3",
"ensure-posix-path": "^1.1.0",
"matcher-collection": "^1.1.1"
"matcher-collection": "^2.0.0"
}
},
"walkdir": {