Greenkeeper/default/husky 4.2.3 (#209)

* chore(package): update husky to version 4.2.3

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

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
This commit is contained in:
Josh Dick
2020-02-13 00:44:24 -05:00
committed by GitHub
parent e00c7b40ee
commit d7b596a252
2 changed files with 4 additions and 4 deletions

View File

@@ -561,9 +561,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

@@ -19,7 +19,7 @@
},
"devDependencies": {
"eslint": "^6.5.1",
"husky": "^4.2.2"
"husky": "^4.2.3"
},
"dependencies": {
"termcolors": "latest"