@@ -1296,13 +1296,27 @@ cache-base@^1.0.1:
1296
1296
union-value "^1.0.0"
1297
1297
unset-value "^1.0.0"
1298
1298
1299
+ caller-callsite@^2.0.0 :
1300
+ version "2.0.0"
1301
+ resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134"
1302
+ integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=
1303
+ dependencies :
1304
+ callsites "^2.0.0"
1305
+
1299
1306
caller-path@^0.1.0 :
1300
1307
version "0.1.0"
1301
1308
resolved "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz#94085ef63581ecd3daa92444a8fe94e82577751f"
1302
1309
integrity sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=
1303
1310
dependencies :
1304
1311
callsites "^0.2.0"
1305
1312
1313
+ caller-path@^2.0.0 :
1314
+ version "2.0.0"
1315
+ resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4"
1316
+ integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=
1317
+ dependencies :
1318
+ caller-callsite "^2.0.0"
1319
+
1306
1320
callsites@^0.2.0 :
1307
1321
version "0.2.0"
1308
1322
resolved "http://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz#afab96262910a7f33c19a5775825c69f34e350ca"
@@ -1573,6 +1587,16 @@ cosmiconfig@^4.0.0:
1573
1587
parse-json "^4.0.0"
1574
1588
require-from-string "^2.0.1"
1575
1589
1590
+ cosmiconfig@^5.0.6 :
1591
+ version "5.0.7"
1592
+ resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.0.7.tgz#39826b292ee0d78eda137dfa3173bd1c21a43b04"
1593
+ integrity sha512-PcLqxTKiDmNT6pSpy4N6KtuPwb53W+2tzNvwOZw0WH9N6O0vLIBq0x8aj8Oj75ere4YcGi48bDFCL+3fRJdlNA==
1594
+ dependencies :
1595
+ import-fresh "^2.0.0"
1596
+ is-directory "^0.3.1"
1597
+ js-yaml "^3.9.0"
1598
+ parse-json "^4.0.0"
1599
+
1576
1600
cross-spawn@^5.0.1 :
1577
1601
version "5.1.0"
1578
1602
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
@@ -1582,7 +1606,7 @@ cross-spawn@^5.0.1:
1582
1606
shebang-command "^1.2.0"
1583
1607
which "^1.2.9"
1584
1608
1585
- cross-spawn@^6.0.5 :
1609
+ cross-spawn@^6.0.0, cross-spawn@^6.0. 5 :
1586
1610
version "6.0.5"
1587
1611
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
1588
1612
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
@@ -1837,6 +1861,13 @@ emojis-list@^2.0.0:
1837
1861
resolved "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
1838
1862
integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k=
1839
1863
1864
+ end-of-stream@^1.1.0 :
1865
+ version "1.4.1"
1866
+ resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.1.tgz#ed29634d19baba463b6ce6b80a37213eab71ec43"
1867
+ integrity sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==
1868
+ dependencies :
1869
+ once "^1.4.0"
1870
+
1840
1871
entities@^1.1.1, entities@~1.1.1 :
1841
1872
version "1.1.2"
1842
1873
resolved "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
@@ -2144,6 +2175,19 @@ execa@^0.7.0:
2144
2175
signal-exit "^3.0.0"
2145
2176
strip-eof "^1.0.0"
2146
2177
2178
+ execa@^1.0.0 :
2179
+ version "1.0.0"
2180
+ resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
2181
+ integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==
2182
+ dependencies :
2183
+ cross-spawn "^6.0.0"
2184
+ get-stream "^4.0.0"
2185
+ is-stream "^1.1.0"
2186
+ npm-run-path "^2.0.0"
2187
+ p-finally "^1.0.0"
2188
+ signal-exit "^3.0.0"
2189
+ strip-eof "^1.0.0"
2190
+
2147
2191
exit@^0.1.2 :
2148
2192
version "0.1.2"
2149
2193
resolved "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
@@ -2352,6 +2396,13 @@ find-up@^2.0.0, find-up@^2.1.0:
2352
2396
dependencies :
2353
2397
locate-path "^2.0.0"
2354
2398
2399
+ find-up@^3.0.0 :
2400
+ version "3.0.0"
2401
+ resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
2402
+ integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
2403
+ dependencies :
2404
+ locate-path "^3.0.0"
2405
+
2355
2406
flat-cache@^1.2.1 :
2356
2407
version "1.3.4"
2357
2408
resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-1.3.4.tgz#2c2ef77525cc2929007dfffa1dd314aa9c9dee6f"
2449
2500
resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398"
2450
2501
integrity sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g=
2451
2502
2503
+ get-stdin@^6.0.0 :
2504
+ version "6.0.0"
2505
+ resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
2506
+ integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
2507
+
2452
2508
get-stream@^3.0.0 :
2453
2509
version "3.0.0"
2454
2510
resolved "http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
2455
2511
integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=
2456
2512
2513
+ get-stream@^4.0.0 :
2514
+ version "4.1.0"
2515
+ resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
2516
+ integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==
2517
+ dependencies :
2518
+ pump "^3.0.0"
2519
+
2457
2520
get-value@^2.0.3, get-value@^2.0.6 :
2458
2521
version "2.0.6"
2459
2522
resolved "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
@@ -2661,14 +2724,21 @@ http-signature@~1.2.0:
2661
2724
jsprim "^1.2.2"
2662
2725
sshpk "^1.7.0"
2663
2726
2664
- husky@^0.14.3 :
2665
- version "0.14.3"
2666
- resolved "https://registry.npmjs.org/husky/-/husky-0.14.3.tgz#c69ed74e2d2779769a17ba8399b54ce0b63c12c3"
2667
- integrity sha512-e21wivqHpstpoiWA/Yi8eFti8E+sQDSS53cpJsPptPs295QTOQR0ZwnHo2TXy1XOpZFD9rPOd3NpmqTK6uMLJA==
2668
- dependencies :
2669
- is-ci "^1.0.10"
2670
- normalize-path "^1.0.0"
2671
- strip-indent "^2.0.0"
2727
+ husky@^1.2.0 :
2728
+ version "1.2.0"
2729
+ resolved "https://registry.yarnpkg.com/husky/-/husky-1.2.0.tgz#d631dda1e4a9ee8ba69a10b0c51a0e2c66e711e5"
2730
+ integrity sha512-/ib3+iycykXC0tYIxsyqierikVa9DA2DrT32UEirqNEFVqOj1bFMTgP3jAz8HM7FgC/C8pc/BTUa9MV2GEkZaA==
2731
+ dependencies :
2732
+ cosmiconfig "^5.0.6"
2733
+ execa "^1.0.0"
2734
+ find-up "^3.0.0"
2735
+ get-stdin "^6.0.0"
2736
+ is-ci "^1.2.1"
2737
+ pkg-dir "^3.0.0"
2738
+ please-upgrade-node "^3.1.1"
2739
+ read-pkg "^4.0.1"
2740
+ run-node "^1.0.0"
2741
+ slash "^2.0.0"
2672
2742
2673
2743
[email protected] , iconv-lite@^0.4.24, iconv-lite@^0.4.4:
2674
2744
version "0.4.24"
@@ -2694,6 +2764,14 @@ ignore@^5.0.2:
2694
2764
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.0.4.tgz#33168af4a21e99b00c5d41cbadb6a6cb49903a45"
2695
2765
integrity sha512-WLsTMEhsQuXpCiG173+f3aymI43SXa+fB1rSfbzyP4GkPP+ZFVuO0/3sFUGNBtifisPeDcl/uD/Y2NxZ7xFq4g==
2696
2766
2767
+ import-fresh@^2.0.0 :
2768
+ version "2.0.0"
2769
+ resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546"
2770
+ integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY=
2771
+ dependencies :
2772
+ caller-path "^2.0.0"
2773
+ resolve-from "^3.0.0"
2774
+
2697
2775
import-local@^1.0.0 :
2698
2776
version "1.0.0"
2699
2777
resolved "https://registry.npmjs.org/import-local/-/import-local-1.0.0.tgz#5e4ffdc03f4fe6c009c6729beb29631c2f8227bc"
@@ -2797,9 +2875,9 @@ is-callable@^1.1.3, is-callable@^1.1.4:
2797
2875
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
2798
2876
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
2799
2877
2800
- is-ci@^1.0.10 :
2878
+ is-ci@^1.0.10, is-ci@^1.2.1 :
2801
2879
version "1.2.1"
2802
- resolved "https://registry.npmjs.org /is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
2880
+ resolved "https://registry.yarnpkg.com /is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
2803
2881
integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==
2804
2882
dependencies :
2805
2883
ci-info "^1.5.0"
@@ -3628,6 +3706,14 @@ locate-path@^2.0.0:
3628
3706
p-locate "^2.0.0"
3629
3707
path-exists "^3.0.0"
3630
3708
3709
+ locate-path@^3.0.0 :
3710
+ version "3.0.0"
3711
+ resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
3712
+ integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==
3713
+ dependencies :
3714
+ p-locate "^3.0.0"
3715
+ path-exists "^3.0.0"
3716
+
3631
3717
lodash._reinterpolate@~3.0.0 :
3632
3718
version "3.0.0"
3633
3719
resolved "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -4048,11 +4134,6 @@ normalize-package-data@^2.3.2, normalize-package-data@^2.3.4:
4048
4134
semver "2 || 3 || 4 || 5"
4049
4135
validate-npm-package-license "^3.0.1"
4050
4136
4051
- normalize-path@^1.0.0 :
4052
- version "1.0.0"
4053
- resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-1.0.0.tgz#32d0e472f91ff345701c15a8311018d3b0a90379"
4054
- integrity sha1-MtDkcvkf80VwHBWoMRAY07CpA3k=
4055
-
4056
4137
normalize-path@^2.0.1, normalize-path@^2.1.1 :
4057
4138
version "2.1.1"
4058
4139
resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
@@ -4159,7 +4240,7 @@ object.pick@^1.3.0:
4159
4240
dependencies :
4160
4241
isobject "^3.0.1"
4161
4242
4162
- once@^1.3.0, once@^1.4.0 :
4243
+ once@^1.3.0, once@^1.3.1, once@^1. 4.0 :
4163
4244
version "1.4.0"
4164
4245
resolved "https://registry.npmjs.org/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
4165
4246
integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
@@ -4232,18 +4313,37 @@ p-limit@^1.1.0:
4232
4313
dependencies :
4233
4314
p-try "^1.0.0"
4234
4315
4316
+ p-limit@^2.0.0 :
4317
+ version "2.0.0"
4318
+ resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.0.0.tgz#e624ed54ee8c460a778b3c9f3670496ff8a57aec"
4319
+ integrity sha512-fl5s52lI5ahKCernzzIyAP0QAZbGIovtVHGwpcu1Jr/EpzLVDI2myISHwGqK7m8uQFugVWSrbxH7XnhGtvEc+A==
4320
+ dependencies :
4321
+ p-try "^2.0.0"
4322
+
4235
4323
p-locate@^2.0.0 :
4236
4324
version "2.0.0"
4237
4325
resolved "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
4238
4326
integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=
4239
4327
dependencies :
4240
4328
p-limit "^1.1.0"
4241
4329
4330
+ p-locate@^3.0.0 :
4331
+ version "3.0.0"
4332
+ resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
4333
+ integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==
4334
+ dependencies :
4335
+ p-limit "^2.0.0"
4336
+
4242
4337
p-try@^1.0.0 :
4243
4338
version "1.0.0"
4244
4339
resolved "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
4245
4340
integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=
4246
4341
4342
+ p-try@^2.0.0 :
4343
+ version "2.0.0"
4344
+ resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.0.0.tgz#85080bb87c64688fa47996fe8f7dfbe8211760b1"
4345
+ integrity sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==
4346
+
4247
4347
parse-glob@^3.0.4 :
4248
4348
version "3.0.4"
4249
4349
resolved "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c"
@@ -4375,6 +4475,20 @@ pkg-dir@^2.0.0:
4375
4475
dependencies :
4376
4476
find-up "^2.1.0"
4377
4477
4478
+ pkg-dir@^3.0.0 :
4479
+ version "3.0.0"
4480
+ resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3"
4481
+ integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==
4482
+ dependencies :
4483
+ find-up "^3.0.0"
4484
+
4485
+ please-upgrade-node@^3.1.1 :
4486
+ version "3.1.1"
4487
+ resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.1.1.tgz#ed320051dfcc5024fae696712c8288993595e8ac"
4488
+ integrity sha512-KY1uHnQ2NlQHqIJQpnh/i54rKkuxCEBx+voJIS/Mvb+L2iYd2NMotwduhKTMjfC1uKoX3VXOxLjIYG66dfJTVQ==
4489
+ dependencies :
4490
+ semver-compare "^1.0.0"
4491
+
4378
4492
pluralize@^7.0.0 :
4379
4493
version "7.0.0"
4380
4494
resolved "https://registry.npmjs.org/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777"
@@ -4433,6 +4547,14 @@ psl@^1.1.24:
4433
4547
resolved "https://registry.npmjs.org/psl/-/psl-1.1.29.tgz#60f580d360170bb722a797cc704411e6da850c67"
4434
4548
integrity sha512-AeUmQ0oLN02flVHXWh9sSJF7mcdFq0ppid/JkErufc3hGIV/AMa8Fo9VgDo/cT2jFdOWoFvHp90qqBH54W+gjQ==
4435
4549
4550
+ pump@^3.0.0 :
4551
+ version "3.0.0"
4552
+ resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64"
4553
+ integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==
4554
+ dependencies :
4555
+ end-of-stream "^1.1.0"
4556
+ once "^1.3.1"
4557
+
4436
4558
punycode@^1.4.1 :
4437
4559
version "1.4.1"
4438
4560
resolved "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
@@ -4528,6 +4650,15 @@ read-pkg@^3.0.0:
4528
4650
normalize-package-data "^2.3.2"
4529
4651
path-type "^3.0.0"
4530
4652
4653
+ read-pkg@^4.0.1 :
4654
+ version "4.0.1"
4655
+ resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-4.0.1.tgz#963625378f3e1c4d48c85872b5a6ec7d5d093237"
4656
+ integrity sha1-ljYlN48+HE1IyFhytabsfV0JMjc=
4657
+ dependencies :
4658
+ normalize-package-data "^2.3.2"
4659
+ parse-json "^4.0.0"
4660
+ pify "^3.0.0"
4661
+
4531
4662
readable-stream@^2.0.1, readable-stream@^2.0.6, readable-stream@~2.3.6 :
4532
4663
version "2.3.6"
4533
4664
resolved "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf"
@@ -4857,6 +4988,11 @@ run-async@^2.2.0:
4857
4988
dependencies :
4858
4989
is-promise "^2.1.0"
4859
4990
4991
+ run-node@^1.0.0 :
4992
+ version "1.0.0"
4993
+ resolved "https://registry.yarnpkg.com/run-node/-/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e"
4994
+ integrity sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A==
4995
+
4860
4996
rxjs@^6.1.0 :
4861
4997
version "6.3.3"
4862
4998
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.3.3.tgz#3c6a7fa420e844a81390fb1158a9ec614f4bad55"
@@ -4902,6 +5038,11 @@ sax@^1.2.4:
4902
5038
resolved "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
4903
5039
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
4904
5040
5041
+ semver-compare@^1.0.0 :
5042
+ version "1.0.0"
5043
+ resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc"
5044
+ integrity sha1-De4hahyUGrN+nvsXiPavxf9VN/w=
5045
+
4905
5046
" semver@2 || 3 || 4 || 5" , [email protected] , semver@^5.3.0, semver@^5.5.0, semver@^5.5.1:
4906
5047
version "5.6.0"
4907
5048
resolved "https://registry.npmjs.org/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
@@ -4959,6 +5100,11 @@ slash@^1.0.0:
4959
5100
resolved "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
4960
5101
integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=
4961
5102
5103
+ slash@^2.0.0 :
5104
+ version "2.0.0"
5105
+ resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
5106
+ integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==
5107
+
4962
5108
4963
5109
version "1.0.0"
4964
5110
resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-1.0.0.tgz#044f1a49d8842ff307aad6b505ed178bd950134d"
0 commit comments