Merge pull request #23904 from woocommerce/renovate/husky-2.x

Update dependency husky to v2.4.1
This commit is contained in:
Claudio Sanches 2019-06-19 19:22:58 -03:00 committed by GitHub
commit ead43a62c5
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

@ -6724,9 +6724,9 @@
}
},
"husky": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-2.4.0.tgz",
"integrity": "sha512-3k1wuZU20gFkphNWMjh2ISCFaqfbaLY7R9FST2Mj9HeRhUK9ydj9qQR8qfXlog3EctVGsyeilcZkIT7uBZDDVA==",
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/husky/-/husky-2.4.1.tgz",
"integrity": "sha512-ZRwMWHr7QruR22dQ5l3rEGXQ7rAQYsJYqaeCd+NyOsIFczAtqaApZQP3P4HwLZjCtFbm3SUNYoKuoBXX3AYYfw==",
"dev": true,
"requires": {
"cosmiconfig": "^5.2.0",

View File

@ -54,7 +54,7 @@
"grunt-shell": "3.0.1",
"grunt-stylelint": "0.11.0",
"grunt-wp-i18n": "1.0.3",
"husky": "2.4.0",
"husky": "2.4.1",
"istanbul": "1.0.0-alpha.2",
"lint-staged": "8.2.1",
"mocha": "6.1.4",