chore(deps-dev): Bump husky from 9.0.11 to 9.1.4

Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.4.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.4)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-29 21:05:39 +00:00 committed by GitHub
parent 12f4debbf6
commit a11661e4b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -17,7 +17,7 @@
},
"devDependencies": {
"@vercel/ncc": "0.38.1",
"husky": "9.0.11",
"husky": "9.1.4",
"jest": "29.7.0",
"semistandard": "17.0.0"
}
@ -3361,12 +3361,12 @@
}
},
"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.4",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz",
"integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==",
"dev": true,
"bin": {
"husky": "bin.mjs"
"husky": "bin.js"
},
"engines": {
"node": ">=18"

View file

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