Update dependency husky to v2.6.0

This commit is contained in:
Renovate Bot 2019-06-26 13:39:20 +00:00
parent 29d630b099
commit e84a524e87
No known key found for this signature in database
GPG Key ID: 30DC19D6846E13FA
2 changed files with 11 additions and 4 deletions

13
package-lock.json generated
View File

@ -6813,15 +6813,16 @@
}
},
"husky": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-2.5.0.tgz",
"integrity": "sha512-/aQIBaVMuzGi5X5BPliDPbHE+G+HDpWV7Zu28DiiXFMvHQcOeTsEnODWIGKyGBp7GM7rOgkxQdF+6AEo6xNtkw==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-2.6.0.tgz",
"integrity": "sha512-AbBod6i0qmaPv/fb9XjOR+m/cJ6MKToLpJh+pYV8Pl7VKvOWvCXpjQK1MkFC4XLoxGX6mqBFfA/H5ugxUd9nLg==",
"dev": true,
"requires": {
"cosmiconfig": "^5.2.1",
"execa": "^1.0.0",
"get-stdin": "^7.0.0",
"is-ci": "^2.0.0",
"opencollective-postinstall": "^2.0.2",
"pkg-dir": "^4.2.0",
"please-upgrade-node": "^3.1.1",
"read-pkg": "^5.1.1",
@ -9374,6 +9375,12 @@
"mimic-fn": "^1.0.0"
}
},
"opencollective-postinstall": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz",
"integrity": "sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==",
"dev": true
},
"optimist": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",

View File

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