chore(deps): update dependency husky to v5.1.2 (#302)

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

15
package-lock.json generated
View File

@ -24,7 +24,7 @@
"eslint": "7.20.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-prettier": "3.3.1",
"husky": "5.1.1",
"husky": "5.1.2",
"lint-staged": "10.5.4",
"lodash": "4.17.21",
"prettier": "2.2.1",
@ -2256,9 +2256,9 @@
}
},
"node_modules/husky": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/husky/-/husky-5.1.1.tgz",
"integrity": "sha512-80LZ736V0Nr4/st0c2COYaMbEQhHNmAbLMN8J/kLk7/mo0QdUkUGNDjv/7jVkhug377Wh8wfbWyaVXEJ/h2B/Q==",
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/husky/-/husky-5.1.2.tgz",
"integrity": "sha512-lilaRYeDXcAOj8DuRnN9IxUyEMVbYg9rK7yVNkPB5V4hCvxIUxpMeiv9K2h77CE0HzjCnk1Br0oWe1IghXngDQ==",
"dev": true,
"funding": [
{
@ -2270,7 +2270,6 @@
"url": "https://opencollective.com/husky"
}
],
"hasInstallScript": true,
"bin": {
"husky": "lib/bin.js"
},
@ -6192,9 +6191,9 @@
"dev": true
},
"husky": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/husky/-/husky-5.1.1.tgz",
"integrity": "sha512-80LZ736V0Nr4/st0c2COYaMbEQhHNmAbLMN8J/kLk7/mo0QdUkUGNDjv/7jVkhug377Wh8wfbWyaVXEJ/h2B/Q==",
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/husky/-/husky-5.1.2.tgz",
"integrity": "sha512-lilaRYeDXcAOj8DuRnN9IxUyEMVbYg9rK7yVNkPB5V4hCvxIUxpMeiv9K2h77CE0HzjCnk1Br0oWe1IghXngDQ==",
"dev": true
},
"ignore": {

View File

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