build(deps-dev): bump husky from 9.0.11 to 9.1.4 (#13335)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-01 14:12:11 +02:00 committed by GitHub
parent dbb6b48efe
commit 819645265e
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

@ -12,7 +12,7 @@
"tldr-lint": "^0.0.15"
},
"devDependencies": {
"husky": "^9.0.11"
"husky": "^9.1.4"
}
},
"node_modules/@isaacs/cliui": {
@ -209,12 +209,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

@ -11,7 +11,7 @@
"tldr-lint": "^0.0.15"
},
"devDependencies": {
"husky": "^9.0.11"
"husky": "^9.1.4"
},
"scripts": {
"lint-markdown": "markdownlint pages*/**/*.md",