chore(deps): update dependency husky to v4.2.1 (#14)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
This commit is contained in:
renovate[bot] 2020-01-24 09:37:26 +03:00 committed by Aleksandr Bukhalo
parent 531c6c5600
commit a6e91f6b3d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -737,9 +737,9 @@
"dev": true
},
"husky": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.2.0.tgz",
"integrity": "sha512-UcEAvGAZVDyzYSxiguMBEbfxqYkVk/HD2UPTKlgDbVW3QB9/Dm3TNDrGwswkrcDfBTRzRIldiTZAyMU6DP9/PA==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.2.1.tgz",
"integrity": "sha512-Qa0lRreeIf4Tl92sSs42ER6qc3hzoyQPPorzOrFWfPEVbdi6LuvJEqWKPk905fOWIR76iBpp7ECZNIwk+a8xuQ==",
"dev": true,
"requires": {
"chalk": "^3.0.0",

View File

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