Merge pull request #24059 from woocommerce/renovate/lint-staged-9.x

Update dependency lint-staged to v9.0.2
This commit is contained in:
Gerhard Potgieter 2019-07-04 09:12:58 +02:00 committed by GitHub
commit 5fa918be9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",