Update husky to the latest version 🚀 (#6406)

* chore(package): update husky to version 4.2.3

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2020-02-13 04:07:18 +00:00
committed by GitHub
parent 8074dfd27d
commit 46209266c7
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7113,9 +7113,9 @@
"dev": true
},
"husky": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.2.2.tgz",
"integrity": "sha512-RAjZNO74zJyFJuRFESy+3LXTJvYbjGL+jhoSNJNF1DTKq2USrL5fEH70e1cJXEgvLaPyZt1NoGi0oNQQkPs4jA==",
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.2.3.tgz",
"integrity": "sha512-VxTsSTRwYveKXN4SaH1/FefRJYCtx+wx04sSVcOpD7N2zjoHxa+cEJ07Qg5NmV3HAK+IRKOyNVpi2YBIVccIfQ==",
"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.2.2",
"husky": "4.2.3",
"jasmine": "3.5.0",
"jsdoc": "3.6.3",
"jsdoc-babel": "0.5.0",