Skip to content

Commit b0f46e2

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 421fedf commit b0f46e2

File tree

2 files changed

+139
-48
lines changed

2 files changed

+139
-48
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
"devDependencies": {
4848
"babel-eslint": "^10.0.3",
4949
"codecov": "^3.6.1",
50-
"eslint": "^6.6.0",
50+
"eslint": "^6.8.0",
5151
"eslint-config-standard": "^14.1.0",
5252
"eslint-config-standard-jsx": "^8.1.0",
53-
"eslint-plugin-import": "^2.18.2",
53+
"eslint-plugin-import": "^2.19.1",
5454
"eslint-plugin-jest": "^22.21.0",
5555
"eslint-plugin-node": "^9.2.0",
5656
"eslint-plugin-promise": "^4.2.1",
57-
"eslint-plugin-react": "^7.16.0",
57+
"eslint-plugin-react": "^7.17.0",
5858
"eslint-plugin-standard": "^4.0.1",
5959
"jest": "^24.9.0",
6060
"nyc": "^14.1.1",

yarn.lock

Lines changed: 136 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,14 @@ array-unique@^0.3.2:
736736
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
737737
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
738738

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+
739747
arrify@^1.0.1:
740748
version "1.0.1"
741749
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -1428,7 +1436,7 @@ dateformat@^3.0.0:
14281436
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
14291437
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==
14301438

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:
14321440
version "2.6.9"
14331441
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
14341442
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
@@ -1631,7 +1639,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
16311639
dependencies:
16321640
is-arrayish "^0.2.1"
16331641

1634-
es-abstract@^1.11.0, es-abstract@^1.12.0:
1642+
es-abstract@^1.12.0:
16351643
version "1.13.0"
16361644
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
16371645
integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
@@ -1643,6 +1651,23 @@ es-abstract@^1.11.0, es-abstract@^1.12.0:
16431651
is-regex "^1.0.4"
16441652
object-keys "^1.0.12"
16451653

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+
16461671
es-abstract@^1.5.1, es-abstract@^1.7.0:
16471672
version "1.12.0"
16481673
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:
16631688
is-date-object "^1.0.1"
16641689
is-symbol "^1.0.2"
16651690

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+
16661700
es6-error@^4.0.1:
16671701
version "4.1.1"
16681702
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:
17151749
debug "^2.6.9"
17161750
resolve "^1.5.0"
17171751

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==
17221756
dependencies:
1723-
debug "^2.6.8"
1757+
debug "^2.6.9"
17241758
pkg-dir "^2.0.0"
17251759

17261760
eslint-plugin-es@^1.4.1:
@@ -1731,22 +1765,28 @@ eslint-plugin-es@^1.4.1:
17311765
eslint-utils "^1.4.2"
17321766
regexpp "^2.0.1"
17331767

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==
17381777
dependencies:
17391778
array-includes "^3.0.3"
1779+
array.prototype.flat "^1.2.1"
17401780
contains-path "^0.1.0"
17411781
debug "^2.6.9"
17421782
doctrine "1.5.0"
17431783
eslint-import-resolver-node "^0.3.2"
1744-
eslint-module-utils "^2.4.0"
1784+
eslint-module-utils "^2.4.1"
17451785
has "^1.0.3"
17461786
minimatch "^3.0.4"
17471787
object.values "^1.1.0"
17481788
read-pkg-up "^2.0.0"
1749-
resolve "^1.11.0"
1789+
resolve "^1.12.0"
17501790

17511791
eslint-plugin-jest@^22.21.0:
17521792
version "22.21.0"
@@ -1772,20 +1812,21 @@ eslint-plugin-promise@^4.2.1:
17721812
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz#845fd8b2260ad8f82564c1222fce44ad71d9418a"
17731813
integrity sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==
17741814

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==
17791819
dependencies:
17801820
array-includes "^3.0.3"
17811821
doctrine "^2.1.0"
1822+
eslint-plugin-eslint-plugin "^2.1.0"
17821823
has "^1.0.3"
1783-
jsx-ast-utils "^2.2.1"
1824+
jsx-ast-utils "^2.2.3"
17841825
object.entries "^1.1.0"
1785-
object.fromentries "^2.0.0"
1826+
object.fromentries "^2.0.1"
17861827
object.values "^1.1.0"
17871828
prop-types "^15.7.2"
1788-
resolve "^1.12.0"
1829+
resolve "^1.13.1"
17891830

17901831
eslint-plugin-standard@^4.0.1:
17911832
version "4.0.1"
@@ -1832,10 +1873,10 @@ eslint-visitor-keys@^1.1.0:
18321873
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
18331874
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
18341875

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==
18391880
dependencies:
18401881
"@babel/code-frame" "^7.0.0"
18411882
ajv "^6.10.0"
@@ -1852,7 +1893,7 @@ eslint@^6.6.0:
18521893
file-entry-cache "^5.0.1"
18531894
functional-red-black-tree "^1.0.1"
18541895
glob-parent "^5.0.0"
1855-
globals "^11.7.0"
1896+
globals "^12.1.0"
18561897
ignore "^4.0.6"
18571898
import-fresh "^3.0.0"
18581899
imurmurhash "^0.1.4"
@@ -1865,7 +1906,7 @@ eslint@^6.6.0:
18651906
minimatch "^3.0.4"
18661907
mkdirp "^0.5.1"
18671908
natural-compare "^1.4.0"
1868-
optionator "^0.8.2"
1909+
optionator "^0.8.3"
18691910
progress "^2.0.0"
18701911
regexpp "^2.0.1"
18711912
semver "^6.1.2"
@@ -2034,7 +2075,7 @@ fast-json-stable-stringify@^2.0.0:
20342075
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
20352076
integrity sha1-1RQsDK7msRifh9OnYREGT4bIu/I=
20362077

2037-
fast-levenshtein@~2.0.4:
2078+
fast-levenshtein@~2.0.4, fast-levenshtein@~2.0.6:
20382079
version "2.0.6"
20392080
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
20402081
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
@@ -2316,11 +2357,18 @@ glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
23162357
once "^1.3.0"
23172358
path-is-absolute "^1.0.0"
23182359

2319-
globals@^11.1.0, globals@^11.7.0:
2360+
globals@^11.1.0:
23202361
version "11.8.0"
23212362
resolved "https://registry.yarnpkg.com/globals/-/globals-11.8.0.tgz#c1ef45ee9bed6badf0663c5cb90e8d1adec1321d"
23222363
integrity sha512-io6LkyPVuzCHBSQV9fmOwxZkUk6nIaGmxheLDgmuFv89j0fm2aqDbIXKAGfzCMHqz3HLF2Zf8WSG6VqMh2qFmA==
23232364

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+
23242372
graceful-fs@^4.1.11, graceful-fs@^4.1.2:
23252373
version "4.1.11"
23262374
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
@@ -2381,6 +2429,11 @@ has-symbols@^1.0.0:
23812429
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
23822430
integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
23832431

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+
23842437
has-unicode@^2.0.0:
23852438
version "2.0.1"
23862439
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -3390,7 +3443,7 @@ jsprim@^1.2.2:
33903443
json-schema "0.2.3"
33913444
verror "1.10.0"
33923445

3393-
jsx-ast-utils@^2.2.1:
3446+
jsx-ast-utils@^2.2.3:
33943447
version "2.2.3"
33953448
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
33963449
integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA==
@@ -4046,7 +4099,12 @@ object-copy@^0.1.0:
40464099
define-property "^0.2.5"
40474100
kind-of "^3.0.3"
40484101

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:
40504108
version "1.1.1"
40514109
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
40524110
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
@@ -4083,15 +4141,15 @@ object.entries@^1.1.0:
40834141
function-bind "^1.1.1"
40844142
has "^1.0.3"
40854143

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==
40904148
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"
40934151
function-bind "^1.1.1"
4094-
has "^1.0.1"
4152+
has "^1.0.3"
40954153

40964154
object.getownpropertydescriptors@^2.0.3:
40974155
version "2.0.3"
@@ -4140,7 +4198,7 @@ optimist@^0.6.1:
41404198
minimist "~0.0.1"
41414199
wordwrap "~0.0.2"
41424200

4143-
optionator@^0.8.1, optionator@^0.8.2:
4201+
optionator@^0.8.1:
41444202
version "0.8.2"
41454203
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
41464204
integrity sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=
@@ -4152,6 +4210,18 @@ optionator@^0.8.1, optionator@^0.8.2:
41524210
type-check "~0.3.2"
41534211
wordwrap "~1.0.0"
41544212

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+
41554225
os-homedir@^1.0.0, os-homedir@^1.0.1:
41564226
version "1.0.2"
41574227
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
@@ -4765,20 +4835,20 @@ resolve@^1.10.1:
47654835
dependencies:
47664836
path-parse "^1.0.6"
47674837

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-
47754838
resolve@^1.12.0:
47764839
version "1.12.0"
47774840
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
47784841
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
47794842
dependencies:
47804843
path-parse "^1.0.6"
47814844

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+
47824852
resolve@^1.3.2:
47834853
version "1.10.0"
47844854
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba"
@@ -5202,6 +5272,22 @@ string-width@^4.1.0:
52025272
is-fullwidth-code-point "^3.0.0"
52035273
strip-ansi "^6.0.0"
52045274

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+
52055291
string_decoder@^1.1.1:
52065292
version "1.2.0"
52075293
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz#fe86e738b19544afe70469243b2a1ee9240eae8d"
@@ -5668,6 +5754,11 @@ wide-align@^1.1.0:
56685754
dependencies:
56695755
string-width "^1.0.2 || 2"
56705756

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+
56715762
wordwrap@~0.0.2:
56725763
version "0.0.3"
56735764
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"

0 commit comments

Comments
 (0)