⬆ Bump husky from 8.0.3 to 9.0.2

Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.2.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-01-25 10:59:45 +00:00
committed by github-actions[bot]
parent 32df2b60b6
commit d49a4488b6
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -21,7 +21,7 @@
"commitlint-config-gitmoji": "^2.3.1",
"cpy-cli": "^5.0.0",
"cz-gitmoji": "0.0.7",
"husky": "^8.0.3",
"husky": "^9.0.2",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"semantic-release": "^22.0.10",
@@ -6585,15 +6585,15 @@
}
},
"node_modules/husky": {
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz",
"integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==",
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.0.2.tgz",
"integrity": "sha512-0yR5R3OPjl8bYApi6T4QMOAwhtLhBjdYIVg5S6zSzIO8DIvQMh/b7Q8jW3WLbHLHtzpwiyMLBNB4R0Eb6x5+AA==",
"dev": true,
"bin": {
"husky": "lib/bin.js"
"husky": "bin.js"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/typicode"

View File

@@ -49,7 +49,7 @@
"commitlint-config-gitmoji": "^2.3.1",
"cpy-cli": "^5.0.0",
"cz-gitmoji": "0.0.7",
"husky": "^8.0.3",
"husky": "^9.0.2",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"semantic-release": "^22.0.10",