chore(deps-dev): bump husky from 5.0.9 to 5.1.0 (#147)

Bumps [husky](https://github.com/typicode/husky) from 5.0.9 to 5.1.0.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v5.0.9...v5.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-02-22 08:17:48 +01:00
committed by GitHub
parent 7fe7d23a64
commit d97b8ba941
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -794,9 +794,9 @@
"dev": true
},
"husky": {
"version": "5.0.9",
"resolved": "https://registry.npmjs.org/husky/-/husky-5.0.9.tgz",
"integrity": "sha512-0SjcaY21a+IRdx7p7r/X33Vc09UR2m8SbP8yfkhUX2/jAmwcz+GR7i9jXkp2pP3GfX23JhMkVP6SWwXB18uXtg==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-5.1.0.tgz",
"integrity": "sha512-Os0EY2haOO+59YZSwMiUDsHY43RFwBVIRStHcnnT8/kvA+sFfaA/YS4uLFRiymXYgQl6E6TQTt3y4v/Z2ctEtw==",
"dev": true
},
"iconv-lite": {

View File

@@ -45,7 +45,7 @@
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^5.0.9",
"husky": "^5.1.0",
"prettier": "^2.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.5",