Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9 (#1943)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency husky to v9

* Migrate husky from v8 to v9

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Derek Croote <[email protected]>
  • Loading branch information
renovate[bot] and dcroote authored Feb 3, 2024
1 parent 0591e10 commit ff47f1e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .changeset/strange-masks-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"lint:eslint:fix": "eslint --cache . --ext .js,.ts --fix",
"lint:solhint": "solhint ./**/*.sol",
"pack": "lerna run pack --stream",
"postinstall": "husky install",
"postinstall": "husky",
"prettier:check": "prettier --check --cache .",
"prettier:write": "prettier --write --cache --loglevel silent .",
"publish": "lerna publish",
Expand Down Expand Up @@ -121,7 +121,7 @@
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"fast-glob": "^3.3.1",
"husky": "^8.0.3",
"husky": "^9.0.6",
"lerna": "^7.4.1",
"libsodium-wrappers": "^0.7.13",
"prettier": "^3.0.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9894,10 +9894,10 @@ humanize-ms@^1.2.1:
dependencies:
ms "^2.0.0"

husky@^8.0.3:
version "8.0.3"
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184"
integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==
husky@^9.0.6:
version "9.0.10"
resolved "https://registry.yarnpkg.com/husky/-/husky-9.0.10.tgz#ddca8908deb5f244e9286865ebc80b54387672c2"
integrity sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA==

[email protected], iconv-lite@^0.4.24, iconv-lite@^0.4.4:
version "0.4.24"
Expand Down

0 comments on commit ff47f1e

Please sign in to comment.