chore(deps): update dependency husky to v5.1.1 (#287)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-02-23 00:50:02 +03:00 committed by GitHub
parent c603aa04b4
commit 8f9e504f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@ -24,7 +24,7 @@
"eslint": "7.20.0",
"eslint-config-prettier": "8.0.0",
"eslint-plugin-prettier": "3.3.1",
"husky": "5.0.9",
"husky": "5.1.1",
"lint-staged": "10.5.4",
"lodash": "4.17.21",
"prettier": "2.2.1",
@ -2200,9 +2200,9 @@
}
},
"node_modules/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.1",
"resolved": "https://registry.npmjs.org/husky/-/husky-5.1.1.tgz",
"integrity": "sha512-80LZ736V0Nr4/st0c2COYaMbEQhHNmAbLMN8J/kLk7/mo0QdUkUGNDjv/7jVkhug377Wh8wfbWyaVXEJ/h2B/Q==",
"dev": true,
"funding": [
{
@ -2214,6 +2214,7 @@
"url": "https://opencollective.com/husky"
}
],
"hasInstallScript": true,
"bin": {
"husky": "lib/bin.js"
},
@ -6211,9 +6212,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.1",
"resolved": "https://registry.npmjs.org/husky/-/husky-5.1.1.tgz",
"integrity": "sha512-80LZ736V0Nr4/st0c2COYaMbEQhHNmAbLMN8J/kLk7/mo0QdUkUGNDjv/7jVkhug377Wh8wfbWyaVXEJ/h2B/Q==",
"dev": true
},
"ignore": {

View File

@ -54,7 +54,7 @@
"eslint": "7.20.0",
"eslint-config-prettier": "8.0.0",
"eslint-plugin-prettier": "3.3.1",
"husky": "5.0.9",
"husky": "5.1.1",
"lint-staged": "10.5.4",
"lodash": "4.17.21",
"prettier": "2.2.1",