Update husky to the latest version 🚀 (#6349)

* chore(package): update husky to version 4.0.10

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2020-01-16 05:28:52 +00:00
committed by peril-parse-community[bot]
parent b78951edbf
commit 3ed6535b23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7274,9 +7274,9 @@
}
},
"husky": {
"version": "4.0.9",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.0.9.tgz",
"integrity": "sha512-zaH0INH9MZBH8smr6nPdzv7pjchOZPN/AKdhkuV4zut9SyF0+pUy1ZCBzhz2uPe7Cp75YzD92ewU2ytIZ0GjUQ==",
"version": "4.0.10",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.0.10.tgz",
"integrity": "sha512-Ptm4k2DqOwxeK/kzu5RaJmNRoGvESrgDXObFcZ8aJZcyXyMBHhM2FqZj6zYKdetadmP3wCwxEHCBuB9xGlRp8A==",
"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.9",
"husky": "4.0.10",
"jasmine": "3.5.0",
"jsdoc": "3.6.3",
"jsdoc-babel": "0.5.0",