Merge pull request #1149 from openedx/renovate/husky-9.x

chore(deps): update dependency husky to v9
This commit is contained in:
Eemaan Amir
2024-11-19 15:57:32 +05:00
committed by GitHub
2 changed files with 7 additions and 5 deletions

10
package-lock.json generated
View File

@@ -55,7 +55,7 @@
"eslint-plugin-import": "2.31.0",
"glob": "7.2.3",
"history": "5.3.0",
"husky": "7.0.4",
"husky": "9.1.7",
"jest": "29.7.0",
"react-test-renderer": "^17.0.2"
}
@@ -9413,14 +9413,16 @@
}
},
"node_modules/husky": {
"version": "7.0.4",
"version": "9.1.7",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz",
"integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==",
"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

@@ -78,7 +78,7 @@
"eslint-plugin-import": "2.31.0",
"glob": "7.2.3",
"history": "5.3.0",
"husky": "7.0.4",
"husky": "9.1.7",
"jest": "29.7.0",
"react-test-renderer": "^17.0.2"
}