Update husky (#3068)

* Update package.json

* Update package-lock.json
This commit is contained in:
Johannes Klein
2025-08-23 16:02:33 +02:00
committed by GitHub
parent edd5b7665e
commit 54cad652cc
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View File

@@ -153,7 +153,7 @@
"flow-bin": "^0.182.0",
"fluent_conv": "^3.3.0",
"glob": "^10.3.12",
"husky": "^9.0.11",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-fetch-mock": "github:jefflau/jest-fetch-mock",
"jest-slow-test-reporter": "^1.0.0",
@@ -12714,12 +12714,13 @@
}
},
"node_modules/husky": {
"version": "9.0.11",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz",
"integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==",
"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": "bin.mjs"
"husky": "bin.js"
},
"engines": {
"node": ">=18"

View File

@@ -187,7 +187,7 @@
"flow-bin": "^0.182.0",
"fluent_conv": "^3.3.0",
"glob": "^10.3.12",
"husky": "^9.0.11",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-fetch-mock": "github:jefflau/jest-fetch-mock",
"jest-slow-test-reporter": "^1.0.0",