Skip to content

Commit cceaec0

Browse files
committed
chore(deps): update dependency husky to v3
1 parent 33c79df commit cceaec0

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
@@ -7027,17 +7027,17 @@ humanize-url@^1.0.0:
70277027
normalize-url "^1.0.0"
70287028
strip-url-auth "^1.0.0"
70297029

7030-
husky@2.7.0:
7031-
version "2.7.0"
7032-
resolved "https://registry.yarnpkg.com/husky/-/husky-2.7.0.tgz#c0a9a6a3b51146224e11bba0b46bba546e461d05"
7033-
integrity sha512-LIi8zzT6PyFpcYKdvWRCn/8X+6SuG2TgYYMrM6ckEYhlp44UcEduVymZGIZNLiwOUjrEud+78w/AsAiqJA/kRg==
7030+
husky@3.0.0:
7031+
version "3.0.0"
7032+
resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.0.tgz#de63821a7049dc412b1afd753c259e2f6e227562"
7033+
integrity sha512-lKMEn7bRK+7f5eWPNGclDVciYNQt0GIkAQmhKl+uHP1qFzoN0h92kmH9HZ8PCwyVA2EQPD8KHf0FYWqnTxau+Q==
70347034
dependencies:
7035-
cosmiconfig "^5.2.0"
7035+
cosmiconfig "^5.2.1"
70367036
execa "^1.0.0"
7037-
find-up "^3.0.0"
70387037
get-stdin "^7.0.0"
70397038
is-ci "^2.0.0"
7040-
pkg-dir "^4.1.0"
7039+
opencollective-postinstall "^2.0.2"
7040+
pkg-dir "^4.2.0"
70417041
please-upgrade-node "^3.1.1"
70427042
read-pkg "^5.1.1"
70437043
run-node "^1.0.0"
@@ -10139,6 +10139,11 @@ onetime@^2.0.0:
1013910139
dependencies:
1014010140
mimic-fn "^1.0.0"
1014110141

10142+
opencollective-postinstall@^2.0.2:
10143+
version "2.0.2"
10144+
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
10145+
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
10146+
1014210147
opener@^1.5.1:
1014310148
version "1.5.1"
1014410149
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.1.tgz#6d2f0e77f1a0af0032aca716c2c1fbb8e7e8abed"
@@ -10665,7 +10670,7 @@ pkg-dir@^3.0.0:
1066510670
dependencies:
1066610671
find-up "^3.0.0"
1066710672

10668-
pkg-dir@^4.1.0:
10673+
pkg-dir@^4.2.0:
1066910674
version "4.2.0"
1067010675
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
1067110676
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==

0 commit comments

Comments
 (0)