Update husky to the latest version 🚀 (#5638)

* chore(package): update husky to version 2.4.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-06-05 17:21:40 +00:00
committed by peril-parse-community[bot]
parent 7fc0d45b89
commit d54e705b7c
2 changed files with 38 additions and 9 deletions

45
package-lock.json generated
View File

@@ -5296,9 +5296,9 @@
}
},
"husky": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-2.3.0.tgz",
"integrity": "sha512-A/ZQSEILoq+mQM3yC3RIBSaw1bYXdkKnyyKVSUiJl+iBjVZc5LQEXdGY1ZjrDxC4IzfRPiJ0IqzEQGCN5TQa/A==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-2.4.0.tgz",
"integrity": "sha512-3k1wuZU20gFkphNWMjh2ISCFaqfbaLY7R9FST2Mj9HeRhUK9ydj9qQR8qfXlog3EctVGsyeilcZkIT7uBZDDVA==",
"dev": true,
"requires": {
"cosmiconfig": "^5.2.0",
@@ -5313,13 +5313,42 @@
"slash": "^3.0.0"
},
"dependencies": {
"pkg-dir": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.1.0.tgz",
"integrity": "sha512-55k9QN4saZ8q518lE6EFgYiu95u3BWkSajCifhdQjvLvmr8IpnRbhI+UGpWJQfa0KzDguHeeWT1ccO1PmkOi3A==",
"locate-path": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
"dev": true,
"requires": {
"find-up": "^3.0.0"
"p-locate": "^4.1.0"
}
},
"p-locate": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
"integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
"dev": true,
"requires": {
"p-limit": "^2.2.0"
}
},
"pkg-dir": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
"integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
"dev": true,
"requires": {
"find-up": "^4.0.0"
},
"dependencies": {
"find-up": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.0.0.tgz",
"integrity": "sha512-zoH7ZWPkRdgwYCDVoQTzqjG8JSPANhtvLhh4KVUHyKnaUJJrNeFmWIkTcNuJmR3GLMEmGYEf2S2bjgx26JTF+Q==",
"dev": true,
"requires": {
"locate-path": "^5.0.0"
}
}
}
},
"slash": {

View File

@@ -59,7 +59,7 @@
"eslint-plugin-flowtype": "3.9.1",
"flow-bin": "0.100.0",
"gaze": "1.1.3",
"husky": "2.3.0",
"husky": "2.4.0",
"jasmine": "3.4.0",
"jasmine-spec-reporter": "4.2.1",
"jsdoc": "3.6.2",