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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-07-02 11:46:27 +00:00
committed by peril-parse-community[bot]
parent 8c94c1f238
commit 60d9327a78
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.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.0.0.tgz",
"integrity": "sha512-32TJoaeyAaj3rvabaXWe0eOhAhnsYRixEmXuSxKbs0uczFbwVjoDhJ/s2g6r1v8jMTw7t5OzXlHR8iaKtz8nLQ==",
"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==",
"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.0",
"lint-staged": "9.0.1",
"mongodb-runner": "4.3.2",
"node-fetch": "2.6.0",
"nyc": "14.1.1",