fix(deps): update dependency husky to v9 (#1545)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-02 11:34:18 -03:00
committed by GitHub
parent 7be87b0f83
commit 0456ad9318
2 changed files with 8 additions and 7 deletions

13
package-lock.json generated
View File

@@ -31,7 +31,7 @@
"buffer": "^6.0.3",
"classnames": "2.5.1",
"copy-webpack-plugin": "^12.0.0",
"husky": "7.0.4",
"husky": "9.1.7",
"joi": "^17.11.0",
"js-cookie": "3.0.5",
"lodash": "^4.17.21",
@@ -11534,14 +11534,15 @@
}
},
"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.7",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz",
"integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==",
"license": "MIT",
"bin": {
"husky": "lib/bin.js"
"husky": "bin.js"
},
"engines": {
"node": ">=12"
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/typicode"

View File

@@ -54,7 +54,7 @@
"buffer": "^6.0.3",
"classnames": "2.5.1",
"copy-webpack-plugin": "^12.0.0",
"husky": "7.0.4",
"husky": "9.1.7",
"joi": "^17.11.0",
"js-cookie": "3.0.5",
"lodash": "^4.17.21",