chore(deps): update dependency husky to v4.2.2 (#25)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
This commit is contained in:
renovate[bot] 2020-02-12 08:48:10 +03:00 committed by GitHub
parent 4f7615c4f9
commit 5a44e3aafd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -514,9 +514,9 @@
"dev": true
},
"husky": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.2.1.tgz",
"integrity": "sha512-Qa0lRreeIf4Tl92sSs42ER6qc3hzoyQPPorzOrFWfPEVbdi6LuvJEqWKPk905fOWIR76iBpp7ECZNIwk+a8xuQ==",
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.2.2.tgz",
"integrity": "sha512-RAjZNO74zJyFJuRFESy+3LXTJvYbjGL+jhoSNJNF1DTKq2USrL5fEH70e1cJXEgvLaPyZt1NoGi0oNQQkPs4jA==",
"dev": true,
"requires": {
"chalk": "^3.0.0",

View File

@ -40,7 +40,7 @@
"@nestjs/common": "6.11.6",
"@nestjs/core": "6.11.6",
"@types/lodash": "4.14.149",
"husky": "4.2.1",
"husky": "4.2.2",
"lint-staged": "10.0.7",
"prettier": "1.19.1",
"reflect-metadata": "0.1.13",