Update dependency husky to v3.0.4

This commit is contained in:
Renovate Bot 2019-08-17 13:34:10 +00:00
parent f687412acd
commit b109b76e94
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

@ -5956,9 +5956,9 @@
}
},
"husky": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/husky/-/husky-3.0.3.tgz",
"integrity": "sha512-DBBMPSiBYEMx7EVUTRE/ymXJa/lOL+WplcsV/lZu+/HHGt0gzD+5BIz9EJnCrWyUa7hkMuBh7/9OZ04qDkM+Nw==",
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/husky/-/husky-3.0.4.tgz",
"integrity": "sha512-7Rnt8aJfy+MlV28snmYK7O7vWwtOfeVxV6KhLpUFXlmx5ukQ1nQmNUB7QsAwSgdySB5X+bm7q7JIRgazqBUzKA==",
"dev": true,
"requires": {
"chalk": "^2.4.2",

View File

@ -52,7 +52,7 @@
"grunt-shell": "3.0.1",
"grunt-stylelint": "0.11.1",
"grunt-wp-i18n": "1.0.3",
"husky": "3.0.3",
"husky": "3.0.4",
"istanbul": "1.0.0-alpha.2",
"lint-staged": "9.2.1",
"mocha": "6.2.0",