@@ -4485,14 +4485,14 @@ cosmiconfig@^5.1.0:
4485
4485
lodash.get "^4.4.2"
4486
4486
parse-json "^4.0.0"
4487
4487
4488
- cosmiconfig@^5.2.0 :
4489
- version "5.2.0 "
4490
- resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.0 .tgz#45038e4d28a7fe787203aede9c25bca4a08b12c8 "
4491
- integrity sha512-nxt+Nfc3JAqf4WIWd0jXLjTJZmsPLrA9DDc4nRw2KFJQJK7DNooqSXrNI7tzLG50CF8axczly5UV929tBmh/7g ==
4488
+ cosmiconfig@^5.2.1 :
4489
+ version "5.2.1 "
4490
+ resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1 .tgz#040f726809c591e77a17c0a3626ca45b4f168b1a "
4491
+ integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA ==
4492
4492
dependencies:
4493
4493
import-fresh "^2.0.0"
4494
4494
is-directory "^0.3.1"
4495
- js-yaml "^3.13.0 "
4495
+ js-yaml "^3.13.1 "
4496
4496
parse-json "^4.0.0"
4497
4497
4498
4498
@@ -6183,6 +6183,14 @@ find-up@^2.0.0, find-up@^2.1.0:
6183
6183
dependencies:
6184
6184
locate-path "^2.0.0"
6185
6185
6186
+ find-up@^4.0.0:
6187
+ version "4.1.0"
6188
+ resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
6189
+ integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
6190
+ dependencies:
6191
+ locate-path "^5.0.0"
6192
+ path-exists "^4.0.0"
6193
+
6186
6194
findup-sync@^2.0.0:
6187
6195
version "2.0.0"
6188
6196
resolved "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz#9326b1488c22d1a6088650a86901b2d9a90a2cbc"
@@ -7587,21 +7595,21 @@ humanize-ms@^1.2.1:
7587
7595
dependencies:
7588
7596
ms "^2.0.0"
7589
7597
7590
- husky@2.2 .0:
7591
- version "2.2 .0"
7592
- resolved "https://registry.npmjs.org/husky/-/husky-2.2 .0.tgz#4dda4370ba0f145b6594be4a4e4e4d4c82a6f2d5 "
7593
- integrity sha512-lG33E7zq6v//H/DQIojPEi1ZL9ebPFt3MxUMD8MR0lrS2ljEPiuUUxlziKIs/o9EafF0chL7bAtLQkcPvXmdnA ==
7598
+ husky@3.0 .0:
7599
+ version "3.0 .0"
7600
+ resolved "https://registry.npmjs.org/husky/-/husky-3.0 .0.tgz#de63821a7049dc412b1afd753c259e2f6e227562 "
7601
+ integrity sha512-lKMEn7bRK+7f5eWPNGclDVciYNQt0GIkAQmhKl+uHP1qFzoN0h92kmH9HZ8PCwyVA2EQPD8KHf0FYWqnTxau+Q ==
7594
7602
dependencies:
7595
- cosmiconfig "^5.2.0 "
7603
+ cosmiconfig "^5.2.1 "
7596
7604
execa "^1.0.0"
7597
- find-up "^3.0.0"
7598
7605
get-stdin "^7.0.0"
7599
7606
is-ci "^2.0.0"
7600
- pkg-dir "^4.1.0"
7607
+ opencollective-postinstall "^2.0.2"
7608
+ pkg-dir "^4.2.0"
7601
7609
please-upgrade-node "^3.1.1"
7602
- read-pkg "^5.0.0 "
7610
+ read-pkg "^5.1.1 "
7603
7611
run-node "^1.0.0"
7604
- slash "^2 .0.0"
7612
+ slash "^3 .0.0"
7605
7613
7606
7614
7607
7615
version "0.3.6"
@@ -9247,6 +9255,13 @@ locate-path@^3.0.0:
9247
9255
p-locate "^3.0.0"
9248
9256
path-exists "^3.0.0"
9249
9257
9258
+ locate-path@^5.0.0:
9259
+ version "5.0.0"
9260
+ resolved "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
9261
+ integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
9262
+ dependencies:
9263
+ p-locate "^4.1.0"
9264
+
9250
9265
lodash._isnative@~2.4.1:
9251
9266
version "2.4.1"
9252
9267
resolved "https://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz#3ea6404b784a7be836c7b57580e1cdf79b14832c"
@@ -10721,6 +10736,11 @@ onetime@^2.0.0:
10721
10736
dependencies:
10722
10737
mimic-fn "^1.0.0"
10723
10738
10739
+ opencollective-postinstall@^2.0.2:
10740
+ version "2.0.2"
10741
+ resolved "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
10742
+ integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
10743
+
10724
10744
opener@~1.4.0:
10725
10745
version "1.4.3"
10726
10746
resolved "https://registry.npmjs.org/opener/-/opener-1.4.3.tgz#5c6da2c5d7e5831e8ffa3964950f8d6674ac90b8"
@@ -10882,6 +10902,13 @@ p-limit@^2.0.0:
10882
10902
dependencies:
10883
10903
p-try "^2.0.0"
10884
10904
10905
+ p-limit@^2.2.0:
10906
+ version "2.2.0"
10907
+ resolved "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2"
10908
+ integrity sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==
10909
+ dependencies:
10910
+ p-try "^2.0.0"
10911
+
10885
10912
p-locate@^2.0.0:
10886
10913
version "2.0.0"
10887
10914
resolved "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -10896,6 +10923,13 @@ p-locate@^3.0.0:
10896
10923
dependencies:
10897
10924
p-limit "^2.0.0"
10898
10925
10926
+ p-locate@^4.1.0:
10927
+ version "4.1.0"
10928
+ resolved "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
10929
+ integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
10930
+ dependencies:
10931
+ p-limit "^2.2.0"
10932
+
10899
10933
p-map-series@^1.0.0:
10900
10934
version "1.0.0"
10901
10935
resolved "https://registry.npmjs.org/p-map-series/-/p-map-series-1.0.0.tgz#bf98fe575705658a9e1351befb85ae4c1f07bdca"
@@ -11160,6 +11194,11 @@ path-exists@^3.0.0:
11160
11194
resolved "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
11161
11195
integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
11162
11196
11197
+ path-exists@^4.0.0:
11198
+ version "4.0.0"
11199
+ resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
11200
+ integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
11201
+
11163
11202
path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
11164
11203
version "1.0.1"
11165
11204
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -11319,12 +11358,12 @@ pkg-dir@^3.0.0:
11319
11358
dependencies:
11320
11359
find-up "^3.0.0"
11321
11360
11322
- pkg-dir@^4.1 .0:
11323
- version "4.1 .0"
11324
- resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.1 .0.tgz#aaeb91c0d3b9c4f74a44ad849f4de34781ae01de "
11325
- integrity sha512-55k9QN4saZ8q518lE6EFgYiu95u3BWkSajCifhdQjvLvmr8IpnRbhI+UGpWJQfa0KzDguHeeWT1ccO1PmkOi3A ==
11361
+ pkg-dir@^4.2 .0:
11362
+ version "4.2 .0"
11363
+ resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2 .0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3 "
11364
+ integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ ==
11326
11365
dependencies:
11327
- find-up "^3 .0.0"
11366
+ find-up "^4 .0.0"
11328
11367
11329
11368
11330
11369
version "0.3.1"
@@ -11835,10 +11874,10 @@ read-pkg@^3.0.0:
11835
11874
normalize-package-data "^2.3.2"
11836
11875
path-type "^3.0.0"
11837
11876
11838
- read-pkg@^5.0.0 :
11839
- version "5.1.0 "
11840
- resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-5.1.0 .tgz#62b924384c4525a1a7a96e2d456b80df142b4390 "
11841
- integrity sha512-NjNkqf8hlMuSxh+p8h8x8sCIfEv/MoRs/nYDmSRSAk879F9C94ADq+kHUJ4LTy5Nn0PYSmMYsy1mD4+lcXiBKg ==
11877
+ read-pkg@^5.1.1 :
11878
+ version "5.1.1 "
11879
+ resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-5.1.1 .tgz#5cf234dde7a405c90c88a519ab73c467e9cb83f5 "
11880
+ integrity sha512-dFcTLQi6BZ+aFUaICg7er+/usEoqFdQxiEBsEMNGoipenihtxxtdrQuBXvyANCEI8VuUIVYFgeHGx9sLLvim4w ==
11842
11881
dependencies:
11843
11882
"@types/normalize-package-data" "^2.4.0"
11844
11883
normalize-package-data "^2.5.0"
@@ -12831,10 +12870,10 @@ slash@^1.0.0:
12831
12870
resolved "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
12832
12871
integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=
12833
12872
12834
- slash@^2 .0.0:
12835
- version "2 .0.0"
12836
- resolved "https://registry.npmjs.org/slash/-/slash-2 .0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44 "
12837
- integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A ==
12873
+ slash@^3 .0.0:
12874
+ version "3 .0.0"
12875
+ resolved "https://registry.npmjs.org/slash/-/slash-3 .0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634 "
12876
+ integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q ==
12838
12877
12839
12878
12840
12879
version "0.0.4"
0 commit comments