@@ -1190,7 +1190,7 @@ core-util-is@~1.0.0:
1190
1190
version "1.0.2"
1191
1191
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
1192
1192
1193
- cosmiconfig@^5.2.1 :
1193
+ cosmiconfig@^5.2.0 :
1194
1194
version "5.2.1"
1195
1195
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
1196
1196
dependencies :
@@ -1777,6 +1777,12 @@ find-up@^1.0.0:
1777
1777
path-exists "^2.0.0"
1778
1778
pinkie-promise "^2.0.0"
1779
1779
1780
+ find-up@^3.0.0 :
1781
+ version "3.0.0"
1782
+ resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
1783
+ dependencies :
1784
+ locate-path "^3.0.0"
1785
+
1780
1786
find-up@^4.0.0 :
1781
1787
version "4.0.0"
1782
1788
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.0.0.tgz#c367f8024de92efb75f2d4906536d24682065c3a"
2032
2038
version "0.1.3"
2033
2039
resolved "https://registry.yarnpkg.com/hr/-/hr-0.1.3.tgz#d9aa30f5929dabfd0b65ba395938a3e184dbcafe"
2034
2040
2035
- husky@2.6 .0 :
2036
- version "2.6 .0"
2037
- resolved "https://registry.yarnpkg.com/husky/-/husky-2.6 .0.tgz#0f7ad7ad2662909ca89e2978efa86584873bc7bd "
2041
+ husky@2.7 .0 :
2042
+ version "2.7 .0"
2043
+ resolved "https://registry.yarnpkg.com/husky/-/husky-2.7 .0.tgz#c0a9a6a3b51146224e11bba0b46bba546e461d05 "
2038
2044
dependencies :
2039
- cosmiconfig "^5.2.1 "
2045
+ cosmiconfig "^5.2.0 "
2040
2046
execa "^1.0.0"
2047
+ find-up "^3.0.0"
2041
2048
get-stdin "^7.0.0"
2042
2049
is-ci "^2.0.0"
2043
- opencollective-postinstall "^2.0.2"
2044
- pkg-dir "^4.2.0"
2050
+ pkg-dir "^4.1.0"
2045
2051
please-upgrade-node "^3.1.1"
2046
2052
read-pkg "^5.1.1"
2047
2053
run-node "^1.0.0"
@@ -2603,6 +2609,13 @@ locate-path@^2.0.0:
2603
2609
p-locate "^2.0.0"
2604
2610
path-exists "^3.0.0"
2605
2611
2612
+ locate-path@^3.0.0 :
2613
+ version "3.0.0"
2614
+ resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
2615
+ dependencies :
2616
+ p-locate "^3.0.0"
2617
+ path-exists "^3.0.0"
2618
+
2606
2619
locate-path@^5.0.0 :
2607
2620
version "5.0.0"
2608
2621
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
@@ -2948,10 +2961,6 @@ onetime@^2.0.0:
2948
2961
dependencies :
2949
2962
mimic-fn "^1.0.0"
2950
2963
2951
- opencollective-postinstall@^2.0.2 :
2952
- version "2.0.2"
2953
- resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
2954
-
2955
2964
[email protected] , optimist@^0.6.1:
2956
2965
version "0.6.1"
2957
2966
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
@@ -2994,7 +3003,7 @@ p-limit@^1.1.0:
2994
3003
version "1.1.0"
2995
3004
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.1.0.tgz#b07ff2d9a5d88bec806035895a2bab66a27988bc"
2996
3005
2997
- p-limit@^2.2.0 :
3006
+ p-limit@^2.0.0, p-limit@^2. 2.0 :
2998
3007
version "2.2.0"
2999
3008
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2"
3000
3009
dependencies :
@@ -3006,6 +3015,12 @@ p-locate@^2.0.0:
3006
3015
dependencies :
3007
3016
p-limit "^1.1.0"
3008
3017
3018
+ p-locate@^3.0.0 :
3019
+ version "3.0.0"
3020
+ resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
3021
+ dependencies :
3022
+ p-limit "^2.0.0"
3023
+
3009
3024
p-locate@^4.1.0 :
3010
3025
version "4.1.0"
3011
3026
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
@@ -3139,7 +3154,7 @@ pkg-dir@^1.0.0:
3139
3154
dependencies :
3140
3155
find-up "^1.0.0"
3141
3156
3142
- pkg-dir@^4.2 .0 :
3157
+ pkg-dir@^4.1 .0 :
3143
3158
version "4.2.0"
3144
3159
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
3145
3160
dependencies :
0 commit comments