@@ -736,6 +736,14 @@ array-unique@^0.3.2:
736
736
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
737
737
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
738
738
739
+ array.prototype.flat@^1.2.1 :
740
+ version "1.2.3"
741
+ resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
742
+ integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
743
+ dependencies :
744
+ define-properties "^1.1.3"
745
+ es-abstract "^1.17.0-next.1"
746
+
739
747
arrify@^1.0.1 :
740
748
version "1.0.1"
741
749
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -1428,7 +1436,7 @@ dateformat@^3.0.0:
1428
1436
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
1429
1437
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==
1430
1438
1431
- debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6. 9 :
1439
+ debug@^2.2.0, debug@^2.3.3, debug@^2.6.9 :
1432
1440
version "2.6.9"
1433
1441
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
1434
1442
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
@@ -1631,7 +1639,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
1631
1639
dependencies :
1632
1640
is-arrayish "^0.2.1"
1633
1641
1634
- es-abstract@^1.11.0, es-abstract@^1. 12.0 :
1642
+ es-abstract@^1.12.0 :
1635
1643
version "1.13.0"
1636
1644
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
1637
1645
integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
@@ -1643,6 +1651,23 @@ es-abstract@^1.11.0, es-abstract@^1.12.0:
1643
1651
is-regex "^1.0.4"
1644
1652
object-keys "^1.0.12"
1645
1653
1654
+ es-abstract@^1.17.0-next.1 :
1655
+ version "1.17.0-next.1"
1656
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.0-next.1.tgz#94acc93e20b05a6e96dacb5ab2f1cb3a81fc2172"
1657
+ integrity sha512-7MmGr03N7Rnuid6+wyhD9sHNE2n4tFSwExnU2lQl3lIo2ShXWGePY80zYaoMOmILWv57H0amMjZGHNzzGG70Rw==
1658
+ dependencies :
1659
+ es-to-primitive "^1.2.1"
1660
+ function-bind "^1.1.1"
1661
+ has "^1.0.3"
1662
+ has-symbols "^1.0.1"
1663
+ is-callable "^1.1.4"
1664
+ is-regex "^1.0.4"
1665
+ object-inspect "^1.7.0"
1666
+ object-keys "^1.1.1"
1667
+ object.assign "^4.1.0"
1668
+ string.prototype.trimleft "^2.1.0"
1669
+ string.prototype.trimright "^2.1.0"
1670
+
1646
1671
es-abstract@^1.5.1, es-abstract@^1.7.0 :
1647
1672
version "1.12.0"
1648
1673
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
@@ -1663,6 +1688,15 @@ es-to-primitive@^1.1.1, es-to-primitive@^1.2.0:
1663
1688
is-date-object "^1.0.1"
1664
1689
is-symbol "^1.0.2"
1665
1690
1691
+ es-to-primitive@^1.2.1 :
1692
+ version "1.2.1"
1693
+ resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
1694
+ integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
1695
+ dependencies :
1696
+ is-callable "^1.1.4"
1697
+ is-date-object "^1.0.1"
1698
+ is-symbol "^1.0.2"
1699
+
1666
1700
es6-error@^4.0.1 :
1667
1701
version "4.1.1"
1668
1702
resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d"
@@ -1715,12 +1749,12 @@ eslint-import-resolver-node@^0.3.2:
1715
1749
debug "^2.6.9"
1716
1750
resolve "^1.5.0"
1717
1751
1718
- eslint-module-utils@^2.4.0 :
1719
- version "2.4 .0"
1720
- resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4 .0.tgz#8b93499e9b00eab80ccb6614e69f03678e84e09a "
1721
- integrity sha512-14tltLm38Eu3zS+mt0KvILC3q8jyIAH518MlG+HO0p+yK885Lb1UHTY/UgR91eOyGdmxAPb+OLoW4znqIT6Ndw ==
1752
+ eslint-module-utils@^2.4.1 :
1753
+ version "2.5 .0"
1754
+ resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5 .0.tgz#cdf0b40d623032274ccd2abd7e64c4e524d6e19c "
1755
+ integrity sha512-kCo8pZaNz2dsAW7nCUjuVoI11EBXXpIzfNxmaoLhXoRDOnqXLC4iSGVRdZPhOitfbdEfMEfKOiENaK6wDPZEGw ==
1722
1756
dependencies :
1723
- debug "^2.6.8 "
1757
+ debug "^2.6.9 "
1724
1758
pkg-dir "^2.0.0"
1725
1759
1726
1760
eslint-plugin-es@^1.4.1 :
@@ -1731,22 +1765,28 @@ eslint-plugin-es@^1.4.1:
1731
1765
eslint-utils "^1.4.2"
1732
1766
regexpp "^2.0.1"
1733
1767
1734
- eslint-plugin-import@^2.18.2 :
1735
- version "2.18.2"
1736
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.2.tgz#02f1180b90b077b33d447a17a2326ceb400aceb6"
1737
- integrity sha512-5ohpsHAiUBRNaBWAF08izwUGlbrJoJJ+W9/TBwsGoR1MnlgfwMIKrFeSjWbt6moabiXW9xNvtFz+97KHRfI4HQ==
1768
+ eslint-plugin-eslint-plugin@^2.1.0 :
1769
+ version "2.1.0"
1770
+ resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-2.1.0.tgz#a7a00f15a886957d855feacaafee264f039e62d5"
1771
+ integrity sha512-kT3A/ZJftt28gbl/Cv04qezb/NQ1dwYIbi8lyf806XMxkus7DvOVCLIfTXMrorp322Pnoez7+zabXH29tADIDg==
1772
+
1773
+ eslint-plugin-import@^2.19.1 :
1774
+ version "2.19.1"
1775
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.19.1.tgz#5654e10b7839d064dd0d46cd1b88ec2133a11448"
1776
+ integrity sha512-x68131aKoCZlCae7rDXKSAQmbT5DQuManyXo2sK6fJJ0aK5CWAkv6A6HJZGgqC8IhjQxYPgo6/IY4Oz8AFsbBw==
1738
1777
dependencies :
1739
1778
array-includes "^3.0.3"
1779
+ array.prototype.flat "^1.2.1"
1740
1780
contains-path "^0.1.0"
1741
1781
debug "^2.6.9"
1742
1782
doctrine "1.5.0"
1743
1783
eslint-import-resolver-node "^0.3.2"
1744
- eslint-module-utils "^2.4.0 "
1784
+ eslint-module-utils "^2.4.1 "
1745
1785
has "^1.0.3"
1746
1786
minimatch "^3.0.4"
1747
1787
object.values "^1.1.0"
1748
1788
read-pkg-up "^2.0.0"
1749
- resolve "^1.11 .0"
1789
+ resolve "^1.12 .0"
1750
1790
1751
1791
eslint-plugin-jest@^22.21.0 :
1752
1792
version "22.21.0"
@@ -1772,20 +1812,21 @@ eslint-plugin-promise@^4.2.1:
1772
1812
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz#845fd8b2260ad8f82564c1222fce44ad71d9418a"
1773
1813
integrity sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==
1774
1814
1775
- eslint-plugin-react@^7.16 .0 :
1776
- version "7.16 .0"
1777
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.16 .0.tgz#9928e4f3e2122ed3ba6a5b56d0303ba3e41d8c09 "
1778
- integrity sha512-GacBAATewhhptbK3/vTP09CbFrgUJmBSaaRcWdbQLFvUZy9yVcQxigBNHGPU/KE2AyHpzj3AWXpxoMTsIDiHug ==
1815
+ eslint-plugin-react@^7.17 .0 :
1816
+ version "7.17 .0"
1817
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.17 .0.tgz#a31b3e134b76046abe3cd278e7482bd35a1d12d7 "
1818
+ integrity sha512-ODB7yg6lxhBVMeiH1c7E95FLD4E/TwmFjltiU+ethv7KPdCwgiFuOZg9zNRHyufStTDLl/dEFqI2Q1VPmCd78A ==
1779
1819
dependencies :
1780
1820
array-includes "^3.0.3"
1781
1821
doctrine "^2.1.0"
1822
+ eslint-plugin-eslint-plugin "^2.1.0"
1782
1823
has "^1.0.3"
1783
- jsx-ast-utils "^2.2.1 "
1824
+ jsx-ast-utils "^2.2.3 "
1784
1825
object.entries "^1.1.0"
1785
- object.fromentries "^2.0.0 "
1826
+ object.fromentries "^2.0.1 "
1786
1827
object.values "^1.1.0"
1787
1828
prop-types "^15.7.2"
1788
- resolve "^1.12.0 "
1829
+ resolve "^1.13.1 "
1789
1830
1790
1831
eslint-plugin-standard@^4.0.1 :
1791
1832
version "4.0.1"
@@ -1832,10 +1873,10 @@ eslint-visitor-keys@^1.1.0:
1832
1873
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
1833
1874
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
1834
1875
1835
- eslint@^6.6 .0 :
1836
- version "6.6 .0"
1837
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.6 .0.tgz#4a01a2fb48d32aacef5530ee9c5a78f11a8afd04 "
1838
- integrity sha512-PpEBq7b6qY/qrOmpYQ/jTMDYfuQMELR4g4WI1M/NaSDDD/bdcMb+dj4Hgks7p41kW2caXsPsEZAEAyAgjVVC0g ==
1876
+ eslint@^6.8 .0 :
1877
+ version "6.8 .0"
1878
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8 .0.tgz#62262d6729739f9275723824302fb227c8c93ffb "
1879
+ integrity sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig ==
1839
1880
dependencies :
1840
1881
" @babel/code-frame" " ^7.0.0"
1841
1882
ajv "^6.10.0"
@@ -1852,7 +1893,7 @@ eslint@^6.6.0:
1852
1893
file-entry-cache "^5.0.1"
1853
1894
functional-red-black-tree "^1.0.1"
1854
1895
glob-parent "^5.0.0"
1855
- globals "^11.7 .0"
1896
+ globals "^12.1 .0"
1856
1897
ignore "^4.0.6"
1857
1898
import-fresh "^3.0.0"
1858
1899
imurmurhash "^0.1.4"
@@ -1865,7 +1906,7 @@ eslint@^6.6.0:
1865
1906
minimatch "^3.0.4"
1866
1907
mkdirp "^0.5.1"
1867
1908
natural-compare "^1.4.0"
1868
- optionator "^0.8.2 "
1909
+ optionator "^0.8.3 "
1869
1910
progress "^2.0.0"
1870
1911
regexpp "^2.0.1"
1871
1912
semver "^6.1.2"
@@ -2034,7 +2075,7 @@ fast-json-stable-stringify@^2.0.0:
2034
2075
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
2035
2076
integrity sha1-1RQsDK7msRifh9OnYREGT4bIu/I=
2036
2077
2037
- fast-levenshtein@~2.0.4 :
2078
+ fast-levenshtein@~2.0.4, fast-levenshtein@~2.0.6 :
2038
2079
version "2.0.6"
2039
2080
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
2040
2081
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
@@ -2316,11 +2357,18 @@ glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
2316
2357
once "^1.3.0"
2317
2358
path-is-absolute "^1.0.0"
2318
2359
2319
- globals@^11.1.0, globals@^11.7.0 :
2360
+ globals@^11.1.0 :
2320
2361
version "11.8.0"
2321
2362
resolved "https://registry.yarnpkg.com/globals/-/globals-11.8.0.tgz#c1ef45ee9bed6badf0663c5cb90e8d1adec1321d"
2322
2363
integrity sha512-io6LkyPVuzCHBSQV9fmOwxZkUk6nIaGmxheLDgmuFv89j0fm2aqDbIXKAGfzCMHqz3HLF2Zf8WSG6VqMh2qFmA==
2323
2364
2365
+ globals@^12.1.0 :
2366
+ version "12.3.0"
2367
+ resolved "https://registry.yarnpkg.com/globals/-/globals-12.3.0.tgz#1e564ee5c4dded2ab098b0f88f24702a3c56be13"
2368
+ integrity sha512-wAfjdLgFsPZsklLJvOBUBmzYE8/CwhEqSBEMRXA3qxIiNtyqvjYurAtIfDh6chlEPUfmTY3MnZh5Hfh4q0UlIw==
2369
+ dependencies :
2370
+ type-fest "^0.8.1"
2371
+
2324
2372
graceful-fs@^4.1.11, graceful-fs@^4.1.2 :
2325
2373
version "4.1.11"
2326
2374
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
@@ -2381,6 +2429,11 @@ has-symbols@^1.0.0:
2381
2429
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
2382
2430
integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
2383
2431
2432
+ has-symbols@^1.0.1 :
2433
+ version "1.0.1"
2434
+ resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
2435
+ integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
2436
+
2384
2437
has-unicode@^2.0.0 :
2385
2438
version "2.0.1"
2386
2439
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -3390,7 +3443,7 @@ jsprim@^1.2.2:
3390
3443
json-schema "0.2.3"
3391
3444
verror "1.10.0"
3392
3445
3393
- jsx-ast-utils@^2.2.1 :
3446
+ jsx-ast-utils@^2.2.3 :
3394
3447
version "2.2.3"
3395
3448
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
3396
3449
integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA==
@@ -4046,7 +4099,12 @@ object-copy@^0.1.0:
4046
4099
define-property "^0.2.5"
4047
4100
kind-of "^3.0.3"
4048
4101
4049
- object-keys@^1.0.11 :
4102
+ object-inspect@^1.7.0 :
4103
+ version "1.7.0"
4104
+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
4105
+ integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
4106
+
4107
+ object-keys@^1.0.11, object-keys@^1.1.1 :
4050
4108
version "1.1.1"
4051
4109
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
4052
4110
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
@@ -4083,15 +4141,15 @@ object.entries@^1.1.0:
4083
4141
function-bind "^1.1.1"
4084
4142
has "^1.0.3"
4085
4143
4086
- object.fromentries@^2.0.0 :
4087
- version "2.0.0 "
4088
- resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0 .tgz#49a543d92151f8277b3ac9600f1e930b189d30ab "
4089
- integrity sha512-9iLiI6H083uiqUuvzyY6qrlmc/Gz8hLQFOcb/Ri/0xXFkSNS3ctV+CbE6yM2+AnkYfOB3dGjdzC0wrMLIhQICA ==
4144
+ object.fromentries@^2.0.1 :
4145
+ version "2.0.2 "
4146
+ resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2 .tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9 "
4147
+ integrity sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ ==
4090
4148
dependencies :
4091
- define-properties "^1.1.2 "
4092
- es-abstract "^1.11.0 "
4149
+ define-properties "^1.1.3 "
4150
+ es-abstract "^1.17.0-next.1 "
4093
4151
function-bind "^1.1.1"
4094
- has "^1.0.1 "
4152
+ has "^1.0.3 "
4095
4153
4096
4154
object.getownpropertydescriptors@^2.0.3 :
4097
4155
version "2.0.3"
@@ -4140,7 +4198,7 @@ optimist@^0.6.1:
4140
4198
minimist "~0.0.1"
4141
4199
wordwrap "~0.0.2"
4142
4200
4143
- optionator@^0.8.1, optionator@^0.8.2 :
4201
+ optionator@^0.8.1 :
4144
4202
version "0.8.2"
4145
4203
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
4146
4204
integrity sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=
@@ -4152,6 +4210,18 @@ optionator@^0.8.1, optionator@^0.8.2:
4152
4210
type-check "~0.3.2"
4153
4211
wordwrap "~1.0.0"
4154
4212
4213
+ optionator@^0.8.3 :
4214
+ version "0.8.3"
4215
+ resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495"
4216
+ integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==
4217
+ dependencies :
4218
+ deep-is "~0.1.3"
4219
+ fast-levenshtein "~2.0.6"
4220
+ levn "~0.3.0"
4221
+ prelude-ls "~1.1.2"
4222
+ type-check "~0.3.2"
4223
+ word-wrap "~1.2.3"
4224
+
4155
4225
os-homedir@^1.0.0, os-homedir@^1.0.1 :
4156
4226
version "1.0.2"
4157
4227
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
@@ -4765,20 +4835,20 @@ resolve@^1.10.1:
4765
4835
dependencies :
4766
4836
path-parse "^1.0.6"
4767
4837
4768
- resolve@^1.11.0 :
4769
- version "1.11.0"
4770
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.0.tgz#4014870ba296176b86343d50b60f3b50609ce232"
4771
- integrity sha512-WL2pBDjqT6pGUNSUzMw00o4T7If+z4H2x3Gz893WoUQ5KW8Vr9txp00ykiP16VBaZF5+j/OcXJHZ9+PCvdiDKw==
4772
- dependencies :
4773
- path-parse "^1.0.6"
4774
-
4775
4838
resolve@^1.12.0 :
4776
4839
version "1.12.0"
4777
4840
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
4778
4841
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
4779
4842
dependencies :
4780
4843
path-parse "^1.0.6"
4781
4844
4845
+ resolve@^1.13.1 :
4846
+ version "1.14.1"
4847
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.1.tgz#9e018c540fcf0c427d678b9931cbf45e984bcaff"
4848
+ integrity sha512-fn5Wobh4cxbLzuHaE+nphztHy43/b++4M6SsGFC2gB8uYwf0C8LcarfCz1un7UTW8OFQg9iNjZ4xpcFVGebDPg==
4849
+ dependencies :
4850
+ path-parse "^1.0.6"
4851
+
4782
4852
resolve@^1.3.2 :
4783
4853
version "1.10.0"
4784
4854
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba"
@@ -5202,6 +5272,22 @@ string-width@^4.1.0:
5202
5272
is-fullwidth-code-point "^3.0.0"
5203
5273
strip-ansi "^6.0.0"
5204
5274
5275
+ string.prototype.trimleft@^2.1.0 :
5276
+ version "2.1.1"
5277
+ resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
5278
+ integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
5279
+ dependencies :
5280
+ define-properties "^1.1.3"
5281
+ function-bind "^1.1.1"
5282
+
5283
+ string.prototype.trimright@^2.1.0 :
5284
+ version "2.1.1"
5285
+ resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
5286
+ integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
5287
+ dependencies :
5288
+ define-properties "^1.1.3"
5289
+ function-bind "^1.1.1"
5290
+
5205
5291
string_decoder@^1.1.1 :
5206
5292
version "1.2.0"
5207
5293
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz#fe86e738b19544afe70469243b2a1ee9240eae8d"
@@ -5668,6 +5754,11 @@ wide-align@^1.1.0:
5668
5754
dependencies :
5669
5755
string-width "^1.0.2 || 2"
5670
5756
5757
+ word-wrap@~1.2.3 :
5758
+ version "1.2.3"
5759
+ resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
5760
+ integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
5761
+
5671
5762
wordwrap@~0.0.2 :
5672
5763
version "0.0.3"
5673
5764
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
0 commit comments