Skip to content

Commit

Permalink
chore(deps): update dependency husky to ^2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 4, 2024
1 parent 4af29c4 commit c02c74d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -54,7 +54,7 @@
"@sourcegraph/tsconfig": "^4.0.1",
"@types/mocha": "9.1.1",
"eslint": "^9.2.0",
"husky": "^2.1.0",
"husky": "^2.7.0",
"mocha": "^9.2.2",
"nyc": "^14.1.0",
"prettier": "^2.8.8",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Expand Up @@ -3439,10 +3439,10 @@ humanize-ms@^1.2.1:
dependencies:
ms "^2.0.0"

husky@^2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/husky/-/husky-2.1.0.tgz#f486dd063596ad3aad4bbbcd8673ca5bface3caa"
integrity sha512-FHsqdIJPmQX/89Xg/761RMFCPSNNG2eiQMxChGP081NTohHexEuu/4nYh5m4TcFKq4xm+DqaGp8J/EUnkzL1Aw==
husky@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/husky/-/husky-2.7.0.tgz#c0a9a6a3b51146224e11bba0b46bba546e461d05"
integrity sha512-LIi8zzT6PyFpcYKdvWRCn/8X+6SuG2TgYYMrM6ckEYhlp44UcEduVymZGIZNLiwOUjrEud+78w/AsAiqJA/kRg==
dependencies:
cosmiconfig "^5.2.0"
execa "^1.0.0"
Expand All @@ -3451,9 +3451,9 @@ husky@^2.1.0:
is-ci "^2.0.0"
pkg-dir "^4.1.0"
please-upgrade-node "^3.1.1"
read-pkg "^5.0.0"
read-pkg "^5.1.1"
run-node "^1.0.0"
slash "^2.0.0"
slash "^3.0.0"

iconv-lite@~0.4.13:
version "0.4.24"
Expand Down Expand Up @@ -6177,7 +6177,7 @@ read-pkg@^4.0.0:
parse-json "^4.0.0"
pify "^3.0.0"

read-pkg@^5.0.0, read-pkg@^5.2.0:
read-pkg@^5.1.1, read-pkg@^5.2.0:
version "5.2.0"
resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
Expand Down

0 comments on commit c02c74d

Please sign in to comment.