Update dependency lint-staged to v9.0.2

This commit is contained in:
Renovate Bot 2019-07-03 05:54:23 +00:00
parent 65644f78f3
commit b00f96cf51
No known key found for this signature in database
GPG Key ID: 30DC19D6846E13FA
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -7821,9 +7821,9 @@
}
},
"lint-staged": {
"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==",
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.0.2.tgz",
"integrity": "sha512-2W9yBRADEzcGs6j/57JA0GVzSTByYgWbcU89/Xm0s/k+4qMp8032tZYPPmP422xZ79xtUaNisJ/0U5lbuYmaTA==",
"dev": true,
"requires": {
"chalk": "^2.4.2",

View File

@ -56,7 +56,7 @@
"grunt-wp-i18n": "1.0.3",
"husky": "3.0.0",
"istanbul": "1.0.0-alpha.2",
"lint-staged": "9.0.1",
"lint-staged": "9.0.2",
"mocha": "6.1.4",
"node-sass": "4.12.0",
"prettier": "github:automattic/calypso-prettier#c56b4251",