chore(deps-dev): Bump husky from 9.0.11 to 9.1.7 (#53)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-08-12 15:11:09 -03:00 committed by GitHub
parent 9fc82761c6
commit 868f16c8cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View file

@ -17,7 +17,7 @@
},
"devDependencies": {
"@vercel/ncc": "0.38.3",
"husky": "9.0.11",
"husky": "9.1.7",
"jest": "29.7.0",
"semistandard": "17.0.0"
}
@ -3366,12 +3366,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

@ -27,7 +27,7 @@
},
"devDependencies": {
"@vercel/ncc": "0.38.3",
"husky": "9.0.11",
"husky": "9.1.7",
"jest": "29.7.0",
"semistandard": "17.0.0"
},