Skip to content
This repository was archived by the owner on Jan 29, 2021. It is now read-only.

Commit ba463fe

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.18.3
1 parent ca6c4de commit ba463fe

File tree

2 files changed

+192
-16
lines changed

2 files changed

+192
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-config-airbnb": "17.1.0",
5555
"eslint-formatter-pretty": "2.0.0",
5656
"eslint-plugin-import": "2.14.0",
57-
"eslint-plugin-react": "7.11.1",
57+
"eslint-plugin-react": "7.18.3",
5858
"husky": "1.1.4",
5959
"eslint-plugin-jsx-a11y": "6.1.2",
6060
"validate-commit-msg": "2.14.0"

yarn.lock

Lines changed: 191 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,15 @@ array-includes@^3.0.3:
179179
define-properties "^1.1.2"
180180
es-abstract "^1.7.0"
181181

182+
array-includes@^3.1.1:
183+
version "3.1.1"
184+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
185+
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
186+
dependencies:
187+
define-properties "^1.1.3"
188+
es-abstract "^1.17.0"
189+
is-string "^1.0.5"
190+
182191
array-union@^1.0.1:
183192
version "1.0.2"
184193
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -520,7 +529,7 @@ deep-is@~0.1.3:
520529
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
521530
integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
522531

523-
define-properties@^1.1.2:
532+
define-properties@^1.1.2, define-properties@^1.1.3:
524533
version "1.1.3"
525534
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
526535
integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
@@ -595,6 +604,23 @@ error-ex@^1.2.0, error-ex@^1.3.1:
595604
dependencies:
596605
is-arrayish "^0.2.1"
597606

607+
es-abstract@^1.17.0, es-abstract@^1.17.0-next.1:
608+
version "1.17.4"
609+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.4.tgz#e3aedf19706b20e7c2594c35fc0d57605a79e184"
610+
integrity sha512-Ae3um/gb8F0mui/jPL+QiqmglkUsaQf7FwBEHYIFkztkneosu9imhqHpBzQ3h1vit8t5iQ74t6PEVvphBZiuiQ==
611+
dependencies:
612+
es-to-primitive "^1.2.1"
613+
function-bind "^1.1.1"
614+
has "^1.0.3"
615+
has-symbols "^1.0.1"
616+
is-callable "^1.1.5"
617+
is-regex "^1.0.5"
618+
object-inspect "^1.7.0"
619+
object-keys "^1.1.1"
620+
object.assign "^4.1.0"
621+
string.prototype.trimleft "^2.1.1"
622+
string.prototype.trimright "^2.1.1"
623+
598624
es-abstract@^1.6.1, es-abstract@^1.7.0:
599625
version "1.12.0"
600626
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
@@ -615,6 +641,15 @@ es-to-primitive@^1.1.1:
615641
is-date-object "^1.0.1"
616642
is-symbol "^1.0.2"
617643

644+
es-to-primitive@^1.2.1:
645+
version "1.2.1"
646+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
647+
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
648+
dependencies:
649+
is-callable "^1.1.4"
650+
is-date-object "^1.0.1"
651+
is-symbol "^1.0.2"
652+
618653
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
619654
version "1.0.5"
620655
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -697,16 +732,21 @@ [email protected]:
697732
has "^1.0.3"
698733
jsx-ast-utils "^2.0.1"
699734

700-
eslint-plugin-react@7.11.1:
701-
version "7.11.1"
702-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
703-
integrity sha512-cVVyMadRyW7qsIUh3FHp3u6QHNhOgVrLQYdQEB1bPWBsgbNCHdFAeNMquBMCcZJu59eNthX053L70l7gRt4SCw==
735+
eslint-plugin-react@7.18.3:
736+
version "7.18.3"
737+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18.3.tgz#8be671b7f6be095098e79d27ac32f9580f599bc8"
738+
integrity sha512-Bt56LNHAQCoou88s8ViKRjMB2+36XRejCQ1VoLj716KI1MoE99HpTVvIThJ0rvFmG4E4Gsq+UgToEjn+j044Bg==
704739
dependencies:
705-
array-includes "^3.0.3"
740+
array-includes "^3.1.1"
706741
doctrine "^2.1.0"
707742
has "^1.0.3"
708-
jsx-ast-utils "^2.0.1"
709-
prop-types "^15.6.2"
743+
jsx-ast-utils "^2.2.3"
744+
object.entries "^1.1.1"
745+
object.fromentries "^2.0.2"
746+
object.values "^1.1.1"
747+
prop-types "^15.7.2"
748+
resolve "^1.14.2"
749+
string.prototype.matchall "^4.0.2"
710750

711751
eslint-restricted-globals@^0.1.1:
712752
version "0.1.1"
@@ -1179,6 +1219,11 @@ has-symbols@^1.0.0:
11791219
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
11801220
integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
11811221

1222+
has-symbols@^1.0.1:
1223+
version "1.0.1"
1224+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
1225+
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
1226+
11821227
has@^1.0.1, has@^1.0.3:
11831228
version "1.0.3"
11841229
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
@@ -1307,6 +1352,15 @@ inquirer@^6.1.0:
13071352
strip-ansi "^4.0.0"
13081353
through "^2.3.6"
13091354

1355+
internal-slot@^1.0.2:
1356+
version "1.0.2"
1357+
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.2.tgz#9c2e9fb3cd8e5e4256c6f45fe310067fcfa378a3"
1358+
integrity sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g==
1359+
dependencies:
1360+
es-abstract "^1.17.0-next.1"
1361+
has "^1.0.3"
1362+
side-channel "^1.0.2"
1363+
13101364
interpret@^1.0.0:
13111365
version "1.1.0"
13121366
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.1.0.tgz#7ed1b1410c6a0e0f78cf95d3b8440c63f78b8614"
@@ -1339,6 +1393,11 @@ is-callable@^1.1.3, is-callable@^1.1.4:
13391393
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
13401394
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
13411395

1396+
is-callable@^1.1.5:
1397+
version "1.1.5"
1398+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
1399+
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
1400+
13421401
is-ci@^1.2.1:
13431402
version "1.2.1"
13441403
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
@@ -1457,6 +1516,13 @@ is-regex@^1.0.4:
14571516
dependencies:
14581517
has "^1.0.1"
14591518

1519+
is-regex@^1.0.5:
1520+
version "1.0.5"
1521+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
1522+
integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==
1523+
dependencies:
1524+
has "^1.0.3"
1525+
14601526
is-resolvable@^1.1.0:
14611527
version "1.1.0"
14621528
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
@@ -1467,6 +1533,11 @@ is-stream@^1.0.1, is-stream@^1.1.0:
14671533
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
14681534
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
14691535

1536+
is-string@^1.0.5:
1537+
version "1.0.5"
1538+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
1539+
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
1540+
14701541
is-symbol@^1.0.2:
14711542
version "1.0.2"
14721543
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
@@ -1543,6 +1614,14 @@ jsx-ast-utils@^2.0.1:
15431614
dependencies:
15441615
array-includes "^3.0.3"
15451616

1617+
jsx-ast-utils@^2.2.3:
1618+
version "2.2.3"
1619+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
1620+
integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA==
1621+
dependencies:
1622+
array-includes "^3.0.3"
1623+
object.assign "^4.1.0"
1624+
15461625
kind-of@^3.0.2:
15471626
version "3.2.2"
15481627
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
@@ -1623,7 +1702,7 @@ longest@^1.0.1:
16231702
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
16241703
integrity sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=
16251704

1626-
loose-envify@^1.3.1:
1705+
loose-envify@^1.4.0:
16271706
version "1.4.0"
16281707
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
16291708
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -1760,11 +1839,21 @@ object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
17601839
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
17611840
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
17621841

1842+
object-inspect@^1.7.0:
1843+
version "1.7.0"
1844+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
1845+
integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
1846+
17631847
object-keys@^1.0.11, object-keys@^1.0.12:
17641848
version "1.0.12"
17651849
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
17661850
integrity sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==
17671851

1852+
object-keys@^1.1.1:
1853+
version "1.1.1"
1854+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
1855+
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
1856+
17681857
object.assign@^4.1.0:
17691858
version "4.1.0"
17701859
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
@@ -1785,6 +1874,26 @@ object.entries@^1.0.4:
17851874
function-bind "^1.1.0"
17861875
has "^1.0.1"
17871876

1877+
object.entries@^1.1.1:
1878+
version "1.1.1"
1879+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
1880+
integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==
1881+
dependencies:
1882+
define-properties "^1.1.3"
1883+
es-abstract "^1.17.0-next.1"
1884+
function-bind "^1.1.1"
1885+
has "^1.0.3"
1886+
1887+
object.fromentries@^2.0.2:
1888+
version "2.0.2"
1889+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9"
1890+
integrity sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==
1891+
dependencies:
1892+
define-properties "^1.1.3"
1893+
es-abstract "^1.17.0-next.1"
1894+
function-bind "^1.1.1"
1895+
has "^1.0.3"
1896+
17881897
object.omit@^2.0.0:
17891898
version "2.0.1"
17901899
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
@@ -1793,6 +1902,16 @@ object.omit@^2.0.0:
17931902
for-own "^0.1.4"
17941903
is-extendable "^0.1.1"
17951904

1905+
object.values@^1.1.1:
1906+
version "1.1.1"
1907+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
1908+
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
1909+
dependencies:
1910+
define-properties "^1.1.3"
1911+
es-abstract "^1.17.0-next.1"
1912+
function-bind "^1.1.1"
1913+
has "^1.0.3"
1914+
17961915
once@^1.3.0, once@^1.3.1, once@^1.4.0:
17971916
version "1.4.0"
17981917
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@@ -1966,7 +2085,7 @@ path-key@^2.0.0, path-key@^2.0.1:
19662085
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
19672086
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
19682087

1969-
path-parse@^1.0.5:
2088+
path-parse@^1.0.5, path-parse@^1.0.6:
19702089
version "1.0.6"
19712090
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
19722091
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
@@ -2053,13 +2172,14 @@ progress@^2.0.0:
20532172
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.0.tgz#8a1be366bf8fc23db2bd23f10c6fe920b4389d1f"
20542173
integrity sha1-ihvjZr+Pwj2yvSPxDG/pILQ4nR8=
20552174

2056-
prop-types@^15.6.2:
2057-
version "15.6.2"
2058-
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
2059-
integrity sha512-3pboPvLiWD7dkI3qf3KbUe6hKFKa52w+AE0VCqECtf+QHAKgOL37tTaNCnuX1nAAQ4ZhyP+kYVKf8rLmJ/feDQ==
2175+
prop-types@^15.7.2:
2176+
version "15.7.2"
2177+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
2178+
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
20602179
dependencies:
2061-
loose-envify "^1.3.1"
2180+
loose-envify "^1.4.0"
20622181
object-assign "^4.1.1"
2182+
react-is "^16.8.1"
20632183

20642184
pump@^3.0.0:
20652185
version "3.0.0"
@@ -2083,6 +2203,11 @@ randomatic@^3.0.0:
20832203
kind-of "^6.0.0"
20842204
math-random "^1.0.1"
20852205

2206+
react-is@^16.8.1:
2207+
version "16.12.0"
2208+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
2209+
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==
2210+
20862211
read-pkg-up@^2.0.0:
20872212
version "2.0.0"
20882213
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
@@ -2146,6 +2271,14 @@ regex-cache@^0.4.2:
21462271
dependencies:
21472272
is-equal-shallow "^0.1.3"
21482273

2274+
regexp.prototype.flags@^1.3.0:
2275+
version "1.3.0"
2276+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz#7aba89b3c13a64509dabcf3ca8d9fbb9bdf5cb75"
2277+
integrity sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==
2278+
dependencies:
2279+
define-properties "^1.1.3"
2280+
es-abstract "^1.17.0-next.1"
2281+
21492282
regexpp@^2.0.1:
21502283
version "2.0.1"
21512284
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
@@ -2201,6 +2334,13 @@ resolve@^1.1.6, resolve@^1.5.0, resolve@^1.6.0:
22012334
dependencies:
22022335
path-parse "^1.0.5"
22032336

2337+
resolve@^1.14.2:
2338+
version "1.15.1"
2339+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
2340+
integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==
2341+
dependencies:
2342+
path-parse "^1.0.6"
2343+
22042344
restore-cursor@^1.0.1:
22052345
version "1.0.1"
22062346
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"
@@ -2299,6 +2439,14 @@ [email protected]:
22992439
interpret "^1.0.0"
23002440
rechoir "^0.6.2"
23012441

2442+
side-channel@^1.0.2:
2443+
version "1.0.2"
2444+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.2.tgz#df5d1abadb4e4bf4af1cd8852bf132d2f7876947"
2445+
integrity sha512-7rL9YlPHg7Ancea1S96Pa8/QWb4BtXL/TZvS6B8XFetGBeuhAsfmUspK6DokBeZ64+Kj9TCNRD/30pVz1BvQNA==
2446+
dependencies:
2447+
es-abstract "^1.17.0-next.1"
2448+
object-inspect "^1.7.0"
2449+
23022450
signal-exit@^3.0.0, signal-exit@^3.0.2:
23032451
version "3.0.2"
23042452
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
@@ -2377,6 +2525,34 @@ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
23772525
is-fullwidth-code-point "^2.0.0"
23782526
strip-ansi "^4.0.0"
23792527

2528+
string.prototype.matchall@^4.0.2:
2529+
version "4.0.2"
2530+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.2.tgz#48bb510326fb9fdeb6a33ceaa81a6ea04ef7648e"
2531+
integrity sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg==
2532+
dependencies:
2533+
define-properties "^1.1.3"
2534+
es-abstract "^1.17.0"
2535+
has-symbols "^1.0.1"
2536+
internal-slot "^1.0.2"
2537+
regexp.prototype.flags "^1.3.0"
2538+
side-channel "^1.0.2"
2539+
2540+
string.prototype.trimleft@^2.1.1:
2541+
version "2.1.1"
2542+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
2543+
integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
2544+
dependencies:
2545+
define-properties "^1.1.3"
2546+
function-bind "^1.1.1"
2547+
2548+
string.prototype.trimright@^2.1.1:
2549+
version "2.1.1"
2550+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
2551+
integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
2552+
dependencies:
2553+
define-properties "^1.1.3"
2554+
function-bind "^1.1.1"
2555+
23802556
string_decoder@~1.1.1:
23812557
version "1.1.1"
23822558
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"

0 commit comments

Comments
 (0)