Update husky to the latest version 🚀 (#5669)

* chore(package): update husky to version 2.4.1

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-06-12 02:06:57 +00:00
committed by peril-parse-community[bot]
parent 1123913ad4
commit cdc45caa80
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5290,9 +5290,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

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