Update husky to the latest version 🚀 (#6330)

* chore(package): update husky to version 4.0.6

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2020-01-10 17:33:07 +00:00
committed by peril-parse-community[bot]
parent 82499b7388
commit 84d1c660ae
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5923,9 +5923,9 @@
}
},
"husky": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.0.2.tgz",
"integrity": "sha512-yVE9+WGiZvzP2ekIAsRUn7xb8UG2noXo/C3Z2rzaG5FhjKYNffiMZkjwMjDLXpz45LDZXkCr4w/XL03ISXLxUw==",
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.0.6.tgz",
"integrity": "sha512-OxsXXQXu/FYauV5GGhNpyN1yhQPQoDFUJwzHoshYc3wO//gC0PB9YNYLgBxKckfEce0FGEbzb498UecR3jNdZw==",
"dev": true,
"requires": {
"chalk": "^3.0.0",

View File

@@ -81,7 +81,7 @@
"form-data": "3.0.0",
"gaze": "1.1.3",
"graphql-tag": "^2.10.1",
"husky": "4.0.2",
"husky": "4.0.6",
"jasmine": "3.5.0",
"jsdoc": "3.6.3",
"jsdoc-babel": "0.5.0",