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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-07-03 06:23:53 +00:00
committed by peril-parse-community[bot]
parent 2c4031092e
commit d33fb677be
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6646,9 +6646,9 @@
}
},
"lint-staged": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.0.1.tgz",
"integrity": "sha512-LZ6n/uzOYJRxmjUrEE6v3wHcL/YOkIMphSwfsyQwmKyFB0l/bRe0AQSG4+QUXHk71C9d2H7Z5KvIZi+qslyrVQ==",
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.0.2.tgz",
"integrity": "sha512-2W9yBRADEzcGs6j/57JA0GVzSTByYgWbcU89/Xm0s/k+4qMp8032tZYPPmP422xZ79xtUaNisJ/0U5lbuYmaTA==",
"dev": true,
"requires": {
"chalk": "^2.4.2",

View File

@@ -81,7 +81,7 @@
"jasmine-spec-reporter": "4.2.1",
"jsdoc": "3.6.2",
"jsdoc-babel": "0.5.0",
"lint-staged": "9.0.1",
"lint-staged": "9.0.2",
"mongodb-runner": "4.3.2",
"node-fetch": "2.6.0",
"nyc": "14.1.1",