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

Update dependency lint-staged to v9.2.0
This commit is contained in:
Claudio Sanches 2019-07-10 14:03:50 -03:00 committed by GitHub
commit d5168440a8
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

@ -7840,9 +7840,9 @@
}
},
"lint-staged": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.1.0.tgz",
"integrity": "sha512-jI+oj159MHVlsGxMFkzTPrin0Jt8ltVJWSfCPn/xM+qiIPwCimjuhq9//IiNMaNj8VIFZ8QlaAF4qecWTbUOPQ==",
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.2.0.tgz",
"integrity": "sha512-K/CQWcxYunc8lGMNTFvtI4+ybJcHW3K4Ghudz2OrJhIWdW/i1WWu9rGiVj4yJ0+D/xh8a08kp5slt89VZC9Eqg==",
"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.1.0",
"lint-staged": "9.2.0",
"mocha": "6.1.4",
"node-sass": "4.12.0",
"prettier": "github:automattic/calypso-prettier#c56b4251",