Update husky to the latest version 🚀 (#6592)

* chore(package): update husky to version 4.2.5

* chore(package): update lockfile package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
This commit is contained in:
greenkeeper[bot]
2020-04-14 07:02:20 +00:00
committed by GitHub
parent 7c4c6a6838
commit d1b544712f
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -7218,14 +7218,14 @@
"dev": true "dev": true
}, },
"husky": { "husky": {
"version": "4.2.4", "version": "4.2.5",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.2.4.tgz", "resolved": "https://registry.npmjs.org/husky/-/husky-4.2.5.tgz",
"integrity": "sha512-aLUw3YxdljMuu57SQvSGW33/Dbsztis7UZRAx1WHC13O4Lv0wa9oHaeobSMOBI/nGiVRbCJBGj263WUxaw2p2Q==", "integrity": "sha512-SYZ95AjKcX7goYVZtVZF2i6XiZcHknw50iXvY7b0MiGoj5RwdgRQNEHdb+gPDPCXKlzwrybjFjkL6FOj8uRhZQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^3.0.0", "chalk": "^4.0.0",
"ci-info": "^2.0.0", "ci-info": "^2.0.0",
"compare-versions": "^3.5.1", "compare-versions": "^3.6.0",
"cosmiconfig": "^6.0.0", "cosmiconfig": "^6.0.0",
"find-versions": "^3.2.0", "find-versions": "^3.2.0",
"opencollective-postinstall": "^2.0.2", "opencollective-postinstall": "^2.0.2",
@@ -7246,9 +7246,9 @@
} }
}, },
"chalk": { "chalk": {
"version": "3.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz",
"integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "integrity": "sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==",
"dev": true, "dev": true,
"requires": { "requires": {
"ansi-styles": "^4.1.0", "ansi-styles": "^4.1.0",

View File

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