Update husky to the latest version 🚀 (#6347)

* chore(package): update husky to version 4.0.9

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

13
package-lock.json generated
View File

@@ -6828,12 +6828,6 @@
"npm-conf": "^1.1.0"
}
},
"get-stdin": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz",
"integrity": "sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==",
"dev": true
},
"get-uri": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/get-uri/-/get-uri-2.0.4.tgz",
@@ -7280,15 +7274,14 @@
}
},
"husky": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.0.6.tgz",
"integrity": "sha512-OxsXXQXu/FYauV5GGhNpyN1yhQPQoDFUJwzHoshYc3wO//gC0PB9YNYLgBxKckfEce0FGEbzb498UecR3jNdZw==",
"version": "4.0.9",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.0.9.tgz",
"integrity": "sha512-zaH0INH9MZBH8smr6nPdzv7pjchOZPN/AKdhkuV4zut9SyF0+pUy1ZCBzhz2uPe7Cp75YzD92ewU2ytIZ0GjUQ==",
"dev": true,
"requires": {
"chalk": "^3.0.0",
"ci-info": "^2.0.0",
"cosmiconfig": "^6.0.0",
"get-stdin": "^7.0.0",
"opencollective-postinstall": "^2.0.2",
"pkg-dir": "^4.2.0",
"please-upgrade-node": "^3.2.0",

View File

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