⬆ Bump husky from 7.0.1 to 8.0.3

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

---
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]
2023-10-12 10:58:06 +00:00
committed by Bruce Markham
parent 677fffa394
commit d231859362
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6584,9 +6584,9 @@
"dev": true
},
"husky": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.1.tgz",
"integrity": "sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA==",
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz",
"integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==",
"dev": true
},
"ignore": {

View File

@@ -47,7 +47,7 @@
"commitlint-config-gitmoji": "^2.1.2",
"cpy-cli": "^3.1.0",
"cz-gitmoji": "0.0.7",
"husky": "^7.0.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"semantic-release": "^17.0.4",