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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-08-27 07:26:41 +00:00
committed by peril-parse-community[bot]
parent fa2d74be9f
commit 7c1cf2b775
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7119,9 +7119,9 @@
}
},
"lint-staged": {
"version": "9.2.4",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.2.4.tgz",
"integrity": "sha512-RAt5ogbLRiKy9+T3dKbbPKP6tN2I9VjEtTXQFxdkauUdMjIBsS70ikwwSgsBR8xVVCUSX7sVDyWCyem5xB8YDw==",
"version": "9.2.5",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.2.5.tgz",
"integrity": "sha512-d99gTBFMJ29159+9iRvaMEQstmNcPAbQbhHSYw6D/1FncvFdIj8lWHztaq3Uq+tbZPABHXQ/fyN7Rp1QwF8HIw==",
"dev": true,
"requires": {
"chalk": "^2.4.2",

View File

@@ -83,7 +83,7 @@
"jasmine": "3.4.0",
"jsdoc": "3.6.3",
"jsdoc-babel": "0.5.0",
"lint-staged": "9.2.4",
"lint-staged": "9.2.5",
"mongodb-runner": "4.7.2",
"node-fetch": "2.6.0",
"nyc": "14.1.1",