Skip to content

Commit d02686d

Browse files
committed
chore(deps): update dependency husky to v3
1 parent 05b084b commit d02686d

File tree

2 files changed

+88
-59
lines changed

2 files changed

+88
-59
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/preset-env": "7.4.5",
2424
"@commitlint/config-conventional": "8.0.0",
2525
"commitlint": "8.0.0",
26-
"husky": "2.3.0",
26+
"husky": "3.1.0",
2727
"prettier": "1.17.1",
2828
"rimraf": "3.0.0",
2929
"serve": "11.0.1"

yarn.lock

+87-58
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ chalk@2.4.1:
11421142
escape-string-regexp "^1.0.5"
11431143
supports-color "^5.3.0"
11441144

1145-
chalk@^2.0.0, chalk@^2.0.1:
1145+
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.2:
11461146
version "2.4.2"
11471147
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
11481148
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -1357,6 +1357,16 @@ cosmiconfig@^5.2.0:
13571357
js-yaml "^3.13.0"
13581358
parse-json "^4.0.0"
13591359

1360+
cosmiconfig@^5.2.1:
1361+
version "5.2.1"
1362+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
1363+
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
1364+
dependencies:
1365+
import-fresh "^2.0.0"
1366+
is-directory "^0.3.1"
1367+
js-yaml "^3.13.1"
1368+
parse-json "^4.0.0"
1369+
13601370
cross-spawn@^5.0.1:
13611371
version "5.1.0"
13621372
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
@@ -1616,12 +1626,13 @@ find-up@^2.0.0, find-up@^2.1.0:
16161626
dependencies:
16171627
locate-path "^2.0.0"
16181628

1619-
find-up@^3.0.0:
1620-
version "3.0.0"
1621-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
1622-
integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
1629+
find-up@^4.0.0:
1630+
version "4.1.0"
1631+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
1632+
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
16231633
dependencies:
1624-
locate-path "^3.0.0"
1634+
locate-path "^5.0.0"
1635+
path-exists "^4.0.0"
16251636

16261637
for-in@^1.0.2:
16271638
version "1.0.2"
@@ -1790,19 +1801,20 @@ hosted-git-info@^2.1.4:
17901801
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
17911802
integrity sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==
17921803

1793-
husky@2.3.0:
1794-
version "2.3.0"
1795-
resolved "https://registry.yarnpkg.com/husky/-/husky-2.3.0.tgz#8b78ed24d763042df7fd899991985d65a976dd13"
1796-
integrity sha512-A/ZQSEILoq+mQM3yC3RIBSaw1bYXdkKnyyKVSUiJl+iBjVZc5LQEXdGY1ZjrDxC4IzfRPiJ0IqzEQGCN5TQa/A==
1804+
husky@3.1.0:
1805+
version "3.1.0"
1806+
resolved "https://registry.yarnpkg.com/husky/-/husky-3.1.0.tgz#5faad520ab860582ed94f0c1a77f0f04c90b57c0"
1807+
integrity sha512-FJkPoHHB+6s4a+jwPqBudBDvYZsoQW5/HBuMSehC8qDiCe50kpcxeqFoDSlow+9I6wg47YxBoT3WxaURlrDIIQ==
17971808
dependencies:
1798-
cosmiconfig "^5.2.0"
1809+
chalk "^2.4.2"
1810+
ci-info "^2.0.0"
1811+
cosmiconfig "^5.2.1"
17991812
execa "^1.0.0"
1800-
find-up "^3.0.0"
18011813
get-stdin "^7.0.0"
1802-
is-ci "^2.0.0"
1803-
pkg-dir "^4.1.0"
1804-
please-upgrade-node "^3.1.1"
1805-
read-pkg "^5.1.1"
1814+
opencollective-postinstall "^2.0.2"
1815+
pkg-dir "^4.2.0"
1816+
please-upgrade-node "^3.2.0"
1817+
read-pkg "^5.2.0"
18061818
run-node "^1.0.0"
18071819
slash "^3.0.0"
18081820

@@ -1897,13 +1909,6 @@ is-buffer@^1.1.5:
18971909
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
18981910
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
18991911

1900-
is-ci@^2.0.0:
1901-
version "2.0.0"
1902-
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
1903-
integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==
1904-
dependencies:
1905-
ci-info "^2.0.0"
1906-
19071912
is-data-descriptor@^0.1.4:
19081913
version "0.1.4"
19091914
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -2057,7 +2062,7 @@ js-levenshtein@^1.1.3:
20572062
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
20582063
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
20592064

2060-
js-yaml@^3.13.0:
2065+
js-yaml@^3.13.0, js-yaml@^3.13.1:
20612066
version "3.13.1"
20622067
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
20632068
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
@@ -2121,6 +2126,11 @@ kind-of@^6.0.0, kind-of@^6.0.2:
21212126
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
21222127
integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==
21232128

2129+
lines-and-columns@^1.1.6:
2130+
version "1.1.6"
2131+
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
2132+
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
2133+
21242134
lit-html@1.1.0:
21252135
version "1.1.0"
21262136
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-1.1.0.tgz#6951fb717fb48fe34d915ae163448a04da321562"
@@ -2144,13 +2154,12 @@ locate-path@^2.0.0:
21442154
p-locate "^2.0.0"
21452155
path-exists "^3.0.0"
21462156

2147-
locate-path@^3.0.0:
2148-
version "3.0.0"
2149-
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
2150-
integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==
2157+
locate-path@^5.0.0:
2158+
version "5.0.0"
2159+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
2160+
integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
21512161
dependencies:
2152-
p-locate "^3.0.0"
2153-
path-exists "^3.0.0"
2162+
p-locate "^4.1.0"
21542163

21552164
lodash._reinterpolate@~3.0.0:
21562165
version "3.0.0"
@@ -2529,6 +2538,11 @@ once@^1.3.0, once@^1.3.1, once@^1.4.0:
25292538
dependencies:
25302539
wrappy "1"
25312540

2541+
opencollective-postinstall@^2.0.2:
2542+
version "2.0.2"
2543+
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
2544+
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
2545+
25322546
os-homedir@^1.0.0:
25332547
version "1.0.2"
25342548
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
@@ -2568,10 +2582,10 @@ p-limit@^1.1.0:
25682582
dependencies:
25692583
p-try "^1.0.0"
25702584

2571-
p-limit@^2.0.0:
2572-
version "2.2.0"
2573-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2"
2574-
integrity sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==
2585+
p-limit@^2.2.0:
2586+
version "2.2.1"
2587+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.1.tgz#aa07a788cc3151c939b5131f63570f0dd2009537"
2588+
integrity sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==
25752589
dependencies:
25762590
p-try "^2.0.0"
25772591

@@ -2582,12 +2596,12 @@ p-locate@^2.0.0:
25822596
dependencies:
25832597
p-limit "^1.1.0"
25842598

2585-
p-locate@^3.0.0:
2586-
version "3.0.0"
2587-
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
2588-
integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==
2599+
p-locate@^4.1.0:
2600+
version "4.1.0"
2601+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
2602+
integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
25892603
dependencies:
2590-
p-limit "^2.0.0"
2604+
p-limit "^2.2.0"
25912605

25922606
p-try@^1.0.0:
25932607
version "1.0.0"
@@ -2614,6 +2628,16 @@ parse-json@^4.0.0:
26142628
error-ex "^1.3.1"
26152629
json-parse-better-errors "^1.0.1"
26162630

2631+
parse-json@^5.0.0:
2632+
version "5.0.0"
2633+
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.0.0.tgz#73e5114c986d143efa3712d4ea24db9a4266f60f"
2634+
integrity sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw==
2635+
dependencies:
2636+
"@babel/code-frame" "^7.0.0"
2637+
error-ex "^1.3.1"
2638+
json-parse-better-errors "^1.0.1"
2639+
lines-and-columns "^1.1.6"
2640+
26172641
pascalcase@^0.1.1:
26182642
version "0.1.1"
26192643
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
@@ -2629,6 +2653,11 @@ path-exists@^3.0.0:
26292653
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
26302654
integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
26312655

2656+
path-exists@^4.0.0:
2657+
version "4.0.0"
2658+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
2659+
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
2660+
26322661
path-is-absolute@^1.0.0:
26332662
version "1.0.1"
26342663
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -2666,17 +2695,17 @@ pify@^3.0.0:
26662695
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
26672696
integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
26682697

2669-
pkg-dir@^4.1.0:
2670-
version "4.1.0"
2671-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.1.0.tgz#aaeb91c0d3b9c4f74a44ad849f4de34781ae01de"
2672-
integrity sha512-55k9QN4saZ8q518lE6EFgYiu95u3BWkSajCifhdQjvLvmr8IpnRbhI+UGpWJQfa0KzDguHeeWT1ccO1PmkOi3A==
2698+
pkg-dir@^4.2.0:
2699+
version "4.2.0"
2700+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
2701+
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
26732702
dependencies:
2674-
find-up "^3.0.0"
2703+
find-up "^4.0.0"
26752704

2676-
please-upgrade-node@^3.1.1:
2677-
version "3.1.1"
2678-
resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.1.1.tgz#ed320051dfcc5024fae696712c8288993595e8ac"
2679-
integrity sha512-KY1uHnQ2NlQHqIJQpnh/i54rKkuxCEBx+voJIS/Mvb+L2iYd2NMotwduhKTMjfC1uKoX3VXOxLjIYG66dfJTVQ==
2705+
please-upgrade-node@^3.2.0:
2706+
version "3.2.0"
2707+
resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942"
2708+
integrity sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==
26802709
dependencies:
26812710
semver-compare "^1.0.0"
26822711

@@ -2765,15 +2794,15 @@ read-pkg@3.0.0, read-pkg@^3.0.0:
27652794
normalize-package-data "^2.3.2"
27662795
path-type "^3.0.0"
27672796

2768-
read-pkg@^5.1.1:
2769-
version "5.1.1"
2770-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.1.1.tgz#5cf234dde7a405c90c88a519ab73c467e9cb83f5"
2771-
integrity sha512-dFcTLQi6BZ+aFUaICg7er+/usEoqFdQxiEBsEMNGoipenihtxxtdrQuBXvyANCEI8VuUIVYFgeHGx9sLLvim4w==
2797+
read-pkg@^5.2.0:
2798+
version "5.2.0"
2799+
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
2800+
integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
27722801
dependencies:
27732802
"@types/normalize-package-data" "^2.4.0"
27742803
normalize-package-data "^2.5.0"
2775-
parse-json "^4.0.0"
2776-
type-fest "^0.4.1"
2804+
parse-json "^5.0.0"
2805+
type-fest "^0.6.0"
27772806

27782807
readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@~2.3.6:
27792808
version "2.3.6"
@@ -3336,10 +3365,10 @@ trim-right@^1.0.1:
33363365
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
33373366
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
33383367

3339-
type-fest@^0.4.1:
3340-
version "0.4.1"
3341-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.4.1.tgz#8bdf77743385d8a4f13ba95f610f5ccd68c728f8"
3342-
integrity sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==
3368+
type-fest@^0.6.0:
3369+
version "0.6.0"
3370+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
3371+
integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
33433372

33443373
unicode-canonical-property-names-ecmascript@^1.0.4:
33453374
version "1.0.4"

0 commit comments

Comments
 (0)