@@ -1841,12 +1841,13 @@ find-cache-dir@^2.0.0:
1841
1841
make-dir "^1.0.0"
1842
1842
pkg-dir "^3.0.0"
1843
1843
1844
- find-up@2.1.0, find-up@^2.0.0, find-up@^2 .1.0 :
1845
- version "2 .1.0"
1846
- resolved "https://registry.yarnpkg.com/find-up/-/find-up-2 .1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7 "
1847
- integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c =
1844
+ find-up@4 .1.0 :
1845
+ version "4 .1.0"
1846
+ resolved "https://registry.yarnpkg.com/find-up/-/find-up-4 .1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19 "
1847
+ integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw= =
1848
1848
dependencies :
1849
- locate-path "^2.0.0"
1849
+ locate-path "^5.0.0"
1850
+ path-exists "^4.0.0"
1850
1851
1851
1852
find-up@^1.0.0 :
1852
1853
version "1.1.2"
@@ -1856,6 +1857,13 @@ find-up@^1.0.0:
1856
1857
path-exists "^2.0.0"
1857
1858
pinkie-promise "^2.0.0"
1858
1859
1860
+ find-up@^2.0.0, find-up@^2.1.0 :
1861
+ version "2.1.0"
1862
+ resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
1863
+ integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
1864
+ dependencies :
1865
+ locate-path "^2.0.0"
1866
+
1859
1867
find-up@^3.0.0 :
1860
1868
version "3.0.0"
1861
1869
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
@@ -2711,6 +2719,13 @@ locate-path@^3.0.0:
2711
2719
p-locate "^3.0.0"
2712
2720
path-exists "^3.0.0"
2713
2721
2722
+ locate-path@^5.0.0 :
2723
+ version "5.0.0"
2724
+ resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
2725
+ integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
2726
+ dependencies :
2727
+ p-locate "^4.1.0"
2728
+
2714
2729
lodash._reinterpolate@~3.0.0 :
2715
2730
version "3.0.0"
2716
2731
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -3332,6 +3347,13 @@ p-limit@^2.0.0:
3332
3347
dependencies :
3333
3348
p-try "^2.0.0"
3334
3349
3350
+ p-limit@^2.2.0 :
3351
+ version "2.2.0"
3352
+ resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2"
3353
+ integrity sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==
3354
+ dependencies :
3355
+ p-try "^2.0.0"
3356
+
3335
3357
p-locate@^2.0.0 :
3336
3358
version "2.0.0"
3337
3359
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -3346,6 +3368,13 @@ p-locate@^3.0.0:
3346
3368
dependencies :
3347
3369
p-limit "^2.0.0"
3348
3370
3371
+ p-locate@^4.1.0 :
3372
+ version "4.1.0"
3373
+ resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
3374
+ integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
3375
+ dependencies :
3376
+ p-limit "^2.2.0"
3377
+
3349
3378
p-try@^1.0.0 :
3350
3379
version "1.0.0"
3351
3380
resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
@@ -3428,6 +3457,11 @@ path-exists@^3.0.0:
3428
3457
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
3429
3458
integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
3430
3459
3460
+ path-exists@^4.0.0 :
3461
+ version "4.0.0"
3462
+ resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
3463
+ integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
3464
+
3431
3465
path-is-absolute@^1.0.0 :
3432
3466
version "1.0.1"
3433
3467
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
0 commit comments