Skip to content

Commit 26d1cf2

Browse files
committed
chore(deps): update dependency husky to v3
1 parent 08592a8 commit 26d1cf2

File tree

2 files changed

+58
-37
lines changed

2 files changed

+58
-37
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.0.4",
2727
"prettier": "1.17.1",
2828
"rimraf": "2.6.3",
2929
"serve": "11.0.1"

yarn.lock

+57-36
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,18 +1801,19 @@ 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.0.4:
1805+
version "3.0.4"
1806+
resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.4.tgz#10a48ac11ab50859b0939750fa0b4e07ad0bf669"
1807+
integrity sha512-7Rnt8aJfy+MlV28snmYK7O7vWwtOfeVxV6KhLpUFXlmx5ukQ1nQmNUB7QsAwSgdySB5X+bm7q7JIRgazqBUzKA==
17971808
dependencies:
1798-
cosmiconfig "^5.2.0"
1809+
chalk "^2.4.2"
1810+
cosmiconfig "^5.2.1"
17991811
execa "^1.0.0"
1800-
find-up "^3.0.0"
18011812
get-stdin "^7.0.0"
18021813
is-ci "^2.0.0"
1803-
pkg-dir "^4.1.0"
1804-
please-upgrade-node "^3.1.1"
1814+
opencollective-postinstall "^2.0.2"
1815+
pkg-dir "^4.2.0"
1816+
please-upgrade-node "^3.2.0"
18051817
read-pkg "^5.1.1"
18061818
run-node "^1.0.0"
18071819
slash "^3.0.0"
@@ -2057,7 +2069,7 @@ js-levenshtein@^1.1.3:
20572069
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
20582070
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
20592071

2060-
js-yaml@^3.13.0:
2072+
js-yaml@^3.13.0, js-yaml@^3.13.1:
20612073
version "3.13.1"
20622074
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
20632075
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
@@ -2144,13 +2156,12 @@ locate-path@^2.0.0:
21442156
p-locate "^2.0.0"
21452157
path-exists "^3.0.0"
21462158

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==
2159+
locate-path@^5.0.0:
2160+
version "5.0.0"
2161+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
2162+
integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
21512163
dependencies:
2152-
p-locate "^3.0.0"
2153-
path-exists "^3.0.0"
2164+
p-locate "^4.1.0"
21542165

21552166
lodash._reinterpolate@~3.0.0:
21562167
version "3.0.0"
@@ -2529,6 +2540,11 @@ once@^1.3.0, once@^1.3.1, once@^1.4.0:
25292540
dependencies:
25302541
wrappy "1"
25312542

2543+
opencollective-postinstall@^2.0.2:
2544+
version "2.0.2"
2545+
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
2546+
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
2547+
25322548
os-homedir@^1.0.0:
25332549
version "1.0.2"
25342550
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
@@ -2568,7 +2584,7 @@ p-limit@^1.1.0:
25682584
dependencies:
25692585
p-try "^1.0.0"
25702586

2571-
p-limit@^2.0.0:
2587+
p-limit@^2.2.0:
25722588
version "2.2.0"
25732589
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2"
25742590
integrity sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==
@@ -2582,12 +2598,12 @@ p-locate@^2.0.0:
25822598
dependencies:
25832599
p-limit "^1.1.0"
25842600

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==
2601+
p-locate@^4.1.0:
2602+
version "4.1.0"
2603+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
2604+
integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
25892605
dependencies:
2590-
p-limit "^2.0.0"
2606+
p-limit "^2.2.0"
25912607

25922608
p-try@^1.0.0:
25932609
version "1.0.0"
@@ -2629,6 +2645,11 @@ path-exists@^3.0.0:
26292645
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
26302646
integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
26312647

2648+
path-exists@^4.0.0:
2649+
version "4.0.0"
2650+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
2651+
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
2652+
26322653
path-is-absolute@^1.0.0:
26332654
version "1.0.1"
26342655
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -2666,17 +2687,17 @@ pify@^3.0.0:
26662687
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
26672688
integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
26682689

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==
2690+
pkg-dir@^4.2.0:
2691+
version "4.2.0"
2692+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
2693+
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
26732694
dependencies:
2674-
find-up "^3.0.0"
2695+
find-up "^4.0.0"
26752696

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==
2697+
please-upgrade-node@^3.2.0:
2698+
version "3.2.0"
2699+
resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942"
2700+
integrity sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==
26802701
dependencies:
26812702
semver-compare "^1.0.0"
26822703

0 commit comments

Comments
 (0)