chore(deps): update dependency husky to v8 (#48505)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-11-14 16:33:05 +05:30 committed by GitHub
parent 4164d4f1f0
commit 80578d4594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

13
package-lock.json generated
View File

@ -87,7 +87,7 @@
"eslint-plugin-testing-library": "4.12.4",
"execa": "5.1.1",
"faker": "5.5.3",
"husky": "7.0.4",
"husky": "8.0.2",
"jest": "27.5.1",
"js-yaml": "3.14.1",
"knip": "0.13.0",
@ -30220,14 +30220,15 @@
}
},
"node_modules/husky": {
"version": "7.0.4",
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/husky/-/husky-8.0.2.tgz",
"integrity": "sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==",
"dev": true,
"license": "MIT",
"bin": {
"husky": "lib/bin.js"
},
"engines": {
"node": ">=12"
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
@ -76552,7 +76553,9 @@
"version": "2.1.0"
},
"husky": {
"version": "7.0.4",
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/husky/-/husky-8.0.2.tgz",
"integrity": "sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==",
"dev": true
},
"hyphenate-style-name": {

View File

@ -173,7 +173,7 @@
"eslint-plugin-testing-library": "4.12.4",
"execa": "5.1.1",
"faker": "5.5.3",
"husky": "7.0.4",
"husky": "8.0.2",
"jest": "27.5.1",
"js-yaml": "3.14.1",
"knip": "0.13.0",