Update lint-staged to the latest version 🚀 (#6212)

* chore(package): update lint-staged to version 9.4.3

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-11-13 21:34:32 +00:00
committed by peril-parse-community[bot]
parent 8ede370206
commit e31f19e6cb
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6700,9 +6700,9 @@
} }
}, },
"lint-staged": { "lint-staged": {
"version": "9.4.2", "version": "9.4.3",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.4.2.tgz", "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.4.3.tgz",
"integrity": "sha512-OFyGokJSWTn2M6vngnlLXjaHhi8n83VIZZ5/1Z26SULRUWgR3ITWpAEQC9Pnm3MC/EpCxlwts/mQWDHNji2+zA==", "integrity": "sha512-PejnI+rwOAmKAIO+5UuAZU9gxdej/ovSEOAY34yMfC3OS4Ac82vCBPzAWLReR9zCPOMqeVwQRaZ3bUBpAsaL2Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^2.4.2", "chalk": "^2.4.2",

View File

@@ -83,7 +83,7 @@
"jasmine": "3.5.0", "jasmine": "3.5.0",
"jsdoc": "3.6.3", "jsdoc": "3.6.3",
"jsdoc-babel": "0.5.0", "jsdoc-babel": "0.5.0",
"lint-staged": "9.4.2", "lint-staged": "9.4.3",
"mongodb-runner": "4.7.5", "mongodb-runner": "4.7.5",
"node-fetch": "2.6.0", "node-fetch": "2.6.0",
"nyc": "14.1.1", "nyc": "14.1.1",