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 Jul 16, 2020
1 parent d315496 commit ac261a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@sourcegraph/tsconfig": "^4.0.1",
"@types/mocha": "7.0.2",
"eslint": "^7.4.0",
"husky": "^2.1.0",
"husky": "^2.7.0",
"mocha": "^6.1.4",
"nyc": "^14.1.0",
"prettier": "^2.0.5",
Expand Down
19 changes: 12 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2850,10 +2850,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 @@ -2862,9 +2862,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 @@ -5322,7 +5322,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 Expand Up @@ -5784,6 +5784,11 @@ slash@^2.0.0:
resolved "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==

slash@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==

slice-ansi@^2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz#cacd7693461a637a5788d92a7dd4fba068e81636"
Expand Down

0 comments on commit ac261a3

Please sign in to comment.