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

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

* 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-05-02 04:55:36 +00:00
committed by GitHub
parent cdf5a238f3
commit 8b29169644
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8313,9 +8313,9 @@
}
},
"lint-staged": {
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.0.tgz",
"integrity": "sha512-4Dw2XMtEOGpICl0wvicE5KT/eFlt/kmwMmpNS4v09I/ywRWuR5udbMWjdfZez24jE6r0bQmPpkLZ1+wUGE1S+w==",
"version": "10.2.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.1.tgz",
"integrity": "sha512-UPeqH0z+WzM5Gd2Ip/YfqA16SLiX3fCiC/in9hKioMDDMUUTN8YQbj0hupgQpyR5YZN35KCW9d4kjvH9XGN+3Q==",
"dev": true,
"requires": {
"chalk": "^4.0.0",

View File

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