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

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

* 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-03-30 16:29:45 +00:00
committed by GitHub
parent 958c706ac6
commit 63a3fea218
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8291,9 +8291,9 @@
}
},
"lint-staged": {
"version": "10.0.9",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.9.tgz",
"integrity": "sha512-NKJHYgRa8oI9c4Ic42ZtF2XA6Ps7lFbXwg3q0ZEP0r55Tw3YWykCW1RzW6vu+QIGqbsy7DxndvKu93Wtr5vPQw==",
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.0.tgz",
"integrity": "sha512-WzZ/T+O/aEaaT679sMgI4JqK5mnG69V5KQSouzVsShzZ8wGWte39HT3z61LsxjVNeCf8m/ChhvWJa2wTiQLy5A==",
"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.0.9",
"lint-staged": "10.1.0",
"mongodb-runner": "4.8.0",
"node-fetch": "2.6.0",
"nyc": "15.0.0",