Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency husky to v9 #1259

Open
wants to merge 1 commit into
base: chore/renovateBaseBranch
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"eslint-plugin-jsdoc": "46.10.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.36.1",
"husky": "8.0.1",
"husky": "9.1.6",
"jest": "29.7.0",
"lint-staged": "13.0.3",
"pre-commit": "1.2.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6171,12 +6171,12 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:8.0.1":
version: 8.0.1
resolution: "husky@npm:8.0.1"
"husky@npm:9.1.6":
version: 9.1.6
resolution: "husky@npm:9.1.6"
bin:
husky: lib/bin.js
checksum: 943a73a13d0201318fd30e83d299bb81d866bd245b69e6277804c3b462638dc1921694cb94c2b8c920a4a187060f7d6058d3365152865406352e934c5fff70dc
husky: bin.js
checksum: 421ccd8850378231aaefd70dbe9e4f1549b84ffe3a6897f93a202242bbc04e48bd498169aef43849411105d9fcf7c192b757d42661e28d06b934a609a4eb8771
languageName: node
linkType: hard

Expand Down Expand Up @@ -8908,7 +8908,7 @@ __metadata:
got: 11.8.5
gravatar-url: 3.1.0
hosted-git-info: 2.7.1
husky: 8.0.1
husky: 9.1.6
jest: 29.7.0
lint-staged: 13.0.3
lodash: 4.17.21
Expand Down
Loading