chore(deps): update dependency husky to v9 (#425)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-08-21 13:18:14 -04:00
committed by GitHub
parent 2d091895a8
commit db25a6c7e9
2 changed files with 8 additions and 7 deletions

13
package-lock.json generated
View File

@@ -69,7 +69,7 @@
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
"copy-webpack-plugin": "^12.0.0",
"husky": "^7.0.0",
"husky": "^9.0.0",
"identity-obj-proxy": "^3.0.0",
"jest-expect-message": "^1.1.3",
"react-dev-utils": "^11.0.4",
@@ -12835,15 +12835,16 @@
}
},
"node_modules/husky": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz",
"integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==",
"version": "9.1.4",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz",
"integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==",
"dev": true,
"license": "MIT",
"bin": {
"husky": "lib/bin.js"
"husky": "bin.js"
},
"engines": {
"node": ">=12"
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/typicode"

View File

@@ -86,7 +86,7 @@
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
"copy-webpack-plugin": "^12.0.0",
"husky": "^7.0.0",
"husky": "^9.0.0",
"identity-obj-proxy": "^3.0.0",
"jest-expect-message": "^1.1.3",
"react-dev-utils": "^11.0.4",