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

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

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

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
This commit is contained in:
greenkeeper[bot]
2020-04-17 14:46:51 +00:00
committed by GitHub
parent a5ef0be7f4
commit 7ccd6ce0d4
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8318,9 +8318,9 @@
}
},
"lint-staged": {
"version": "10.1.3",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.3.tgz",
"integrity": "sha512-o2OkLxgVns5RwSC5QF7waeAjJA5nz5gnUfqL311LkZcFipKV7TztrSlhNUK5nQX9H0E5NELAdduMQ+M/JPT7RQ==",
"version": "10.1.4",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.4.tgz",
"integrity": "sha512-bFfQE6U8LASGKANl+JSN8nfL9Id6vq2YmWMgkynvmicMVQFR11OFU8lqcnI1y0fsPr3PwHa6xeMCh+SWB8TPkg==",
"dev": true,
"requires": {
"chalk": "^3.0.0",

View File

@@ -85,7 +85,7 @@
"jasmine": "3.5.0",
"jsdoc": "3.6.3",
"jsdoc-babel": "0.5.0",
"lint-staged": "10.1.3",
"lint-staged": "10.1.4",
"mongodb-runner": "4.8.0",
"node-fetch": "2.6.0",
"nyc": "15.0.1",