Update husky to the latest version 🚀 (#5527)

* chore(package): update husky to version 2.1.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-04-24 22:15:51 +00:00
committed by peril-parse-community[bot]
parent f7bcfcea24
commit 7e130c5421
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4896,9 +4896,9 @@
}
},
"husky": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-2.0.0.tgz",
"integrity": "sha512-YvSQ5UQHNfqm+g+P1sFTkPI23nEe0gbKXdv5ZTRStYSVdAYyH1iypFilAMVqXLXnjGtb6lBuR/2Sf5FkwCNY2Q==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-2.1.0.tgz",
"integrity": "sha512-FHsqdIJPmQX/89Xg/761RMFCPSNNG2eiQMxChGP081NTohHexEuu/4nYh5m4TcFKq4xm+DqaGp8J/EUnkzL1Aw==",
"dev": true,
"requires": {
"cosmiconfig": "^5.2.0",

View File

@@ -59,7 +59,7 @@
"eslint-plugin-flowtype": "3.6.1",
"flow-bin": "0.97.0",
"gaze": "1.1.3",
"husky": "2.0.0",
"husky": "2.1.0",
"jasmine": "3.1.0",
"jasmine-spec-reporter": "4.2.1",
"jsdoc": "3.5.5",