Skip to content

Commit 8741a2b

Browse files
renovate[bot]Austin Green
authored andcommitted
chore(deps): update dependency husky to v3 (#383)
1 parent 6b9932f commit 8741a2b

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"handlebars": "4.1.2",
8383
"handlebars-helpers": "0.10.0",
8484
"html-loader": "0.5.5",
85-
"husky": "2.7.0",
85+
"husky": "3.0.0",
8686
"identity-obj-proxy": "3.0.0",
8787
"inquirer": "6.4.1",
8888
"inquirer-autocomplete-prompt": "1.0.1",

yarn.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7023,17 +7023,17 @@ humanize-url@^1.0.0:
70237023
normalize-url "^1.0.0"
70247024
strip-url-auth "^1.0.0"
70257025

7026-
husky@2.7.0:
7027-
version "2.7.0"
7028-
resolved "https://registry.yarnpkg.com/husky/-/husky-2.7.0.tgz#c0a9a6a3b51146224e11bba0b46bba546e461d05"
7029-
integrity sha512-LIi8zzT6PyFpcYKdvWRCn/8X+6SuG2TgYYMrM6ckEYhlp44UcEduVymZGIZNLiwOUjrEud+78w/AsAiqJA/kRg==
7026+
husky@3.0.0:
7027+
version "3.0.0"
7028+
resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.0.tgz#de63821a7049dc412b1afd753c259e2f6e227562"
7029+
integrity sha512-lKMEn7bRK+7f5eWPNGclDVciYNQt0GIkAQmhKl+uHP1qFzoN0h92kmH9HZ8PCwyVA2EQPD8KHf0FYWqnTxau+Q==
70307030
dependencies:
7031-
cosmiconfig "^5.2.0"
7031+
cosmiconfig "^5.2.1"
70327032
execa "^1.0.0"
7033-
find-up "^3.0.0"
70347033
get-stdin "^7.0.0"
70357034
is-ci "^2.0.0"
7036-
pkg-dir "^4.1.0"
7035+
opencollective-postinstall "^2.0.2"
7036+
pkg-dir "^4.2.0"
70377037
please-upgrade-node "^3.1.1"
70387038
read-pkg "^5.1.1"
70397039
run-node "^1.0.0"
@@ -10106,6 +10106,11 @@ onetime@^5.1.0:
1010610106
dependencies:
1010710107
mimic-fn "^2.1.0"
1010810108

10109+
opencollective-postinstall@^2.0.2:
10110+
version "2.0.2"
10111+
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
10112+
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
10113+
1010910114
opener@^1.5.1:
1011010115
version "1.5.1"
1011110116
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.1.tgz#6d2f0e77f1a0af0032aca716c2c1fbb8e7e8abed"
@@ -10642,7 +10647,7 @@ pkg-dir@^3.0.0:
1064210647
dependencies:
1064310648
find-up "^3.0.0"
1064410649

10645-
pkg-dir@^4.1.0:
10650+
pkg-dir@^4.2.0:
1064610651
version "4.2.0"
1064710652
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
1064810653
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==

0 commit comments

Comments
 (0)