Update husky to the latest version 🚀 (#6090)

* chore(package): update husky to version 3.0.6

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-09-28 05:11:12 +00:00
committed by peril-parse-community[bot]
parent 75a27caa30
commit 46550fe94c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6165,9 +6165,9 @@
}
},
"husky": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/husky/-/husky-3.0.5.tgz",
"integrity": "sha512-cKd09Jy9cDyNIvAdN2QQAP/oA21sle4FWXjIMDttailpLAYZuBE7WaPmhrkj+afS8Sj9isghAtFvWSQ0JiwOHg==",
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/husky/-/husky-3.0.6.tgz",
"integrity": "sha512-bNTgujuC5VS0m8gK70zRpzXq9rccFUFcjuU6L/SFLZxV7eke+6x10Tpk+st3rmgCEsQ4vn+yJk1jx3gvSD8knQ==",
"dev": true,
"requires": {
"chalk": "^2.4.2",

View File

@@ -79,7 +79,7 @@
"form-data": "2.5.1",
"gaze": "1.1.3",
"graphql-tag": "^2.10.1",
"husky": "3.0.5",
"husky": "3.0.6",
"jasmine": "3.5.0",
"jsdoc": "3.6.3",
"jsdoc-babel": "0.5.0",