git.fiddlerwoaroof.com
Browse code

Bump eslint-plugin-react from 7.14.3 to 7.18.3

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.14.3 to 7.18.3.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.14.3...v7.18.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

dependabot-preview[bot] authored on 03/02/2020 06:04:18
Showing 2 changed files
... ...
@@ -47,7 +47,7 @@
47 47
     "eslint": "6.5.1",
48 48
     "eslint-plugin-flowtype": "4.3.0",
49 49
     "eslint-plugin-import": "2.18.2",
50
-    "eslint-plugin-react": "7.14.3",
50
+    "eslint-plugin-react": "7.18.3",
51 51
     "flow": "^0.2.3",
52 52
     "flow-bin": "^0.109.0",
53 53
     "flow-typed": "^2.6.1",
... ...
@@ -1814,13 +1814,14 @@ array-flatten@^2.1.0:
1814 1814
   resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
1815 1815
   integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
1816 1816
 
1817
-array-includes@^3.0.3:
1818
-  version "3.0.3"
1819
-  resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
1820
-  integrity sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0=
1817
+array-includes@^3.0.3, array-includes@^3.1.1:
1818
+  version "3.1.1"
1819
+  resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
1820
+  integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
1821 1821
   dependencies:
1822
-    define-properties "^1.1.2"
1823
-    es-abstract "^1.7.0"
1822
+    define-properties "^1.1.3"
1823
+    es-abstract "^1.17.0"
1824
+    is-string "^1.0.5"
1824 1825
 
1825 1826
 array-union@^1.0.1:
1826 1827
   version "1.0.2"
... ...
@@ -3848,7 +3849,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
3848 3849
   dependencies:
3849 3850
     is-arrayish "^0.2.1"
3850 3851
 
3851
-es-abstract@^1.12.0, es-abstract@^1.13.0, es-abstract@^1.15.0, es-abstract@^1.5.1, es-abstract@^1.7.0:
3852
+es-abstract@^1.13.0, es-abstract@^1.15.0, es-abstract@^1.5.1:
3852 3853
   version "1.15.0"
3853 3854
   resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.15.0.tgz#8884928ec7e40a79e3c9bc812d37d10c8b24cc57"
3854 3855
   integrity sha512-bhkEqWJ2t2lMeaJDuk7okMkJWI/yqgH/EoGwpcvv0XW9RWQsRspI4wt6xuyuvMvvQE3gg/D9HXppgk21w78GyQ==
... ...
@@ -3864,6 +3865,23 @@ es-abstract@^1.12.0, es-abstract@^1.13.0, es-abstract@^1.15.0, es-abstract@^1.5.
3864 3865
     string.prototype.trimleft "^2.1.0"
3865 3866
     string.prototype.trimright "^2.1.0"
3866 3867
 
3868
+es-abstract@^1.17.0, es-abstract@^1.17.0-next.1:
3869
+  version "1.17.4"
3870
+  resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.4.tgz#e3aedf19706b20e7c2594c35fc0d57605a79e184"
3871
+  integrity sha512-Ae3um/gb8F0mui/jPL+QiqmglkUsaQf7FwBEHYIFkztkneosu9imhqHpBzQ3h1vit8t5iQ74t6PEVvphBZiuiQ==
3872
+  dependencies:
3873
+    es-to-primitive "^1.2.1"
3874
+    function-bind "^1.1.1"
3875
+    has "^1.0.3"
3876
+    has-symbols "^1.0.1"
3877
+    is-callable "^1.1.5"
3878
+    is-regex "^1.0.5"
3879
+    object-inspect "^1.7.0"
3880
+    object-keys "^1.1.1"
3881
+    object.assign "^4.1.0"
3882
+    string.prototype.trimleft "^2.1.1"
3883
+    string.prototype.trimright "^2.1.1"
3884
+
3867 3885
 es-to-primitive@^1.2.0:
3868 3886
   version "1.2.0"
3869 3887
   resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
... ...
@@ -3873,6 +3891,15 @@ es-to-primitive@^1.2.0:
3873 3891
     is-date-object "^1.0.1"
3874 3892
     is-symbol "^1.0.2"
3875 3893
 
3894
+es-to-primitive@^1.2.1:
3895
+  version "1.2.1"
3896
+  resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
3897
+  integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
3898
+  dependencies:
3899
+    is-callable "^1.1.4"
3900
+    is-date-object "^1.0.1"
3901
+    is-symbol "^1.0.2"
3902
+
3876 3903
 es5-ext@^0.10.35, es5-ext@^0.10.50, es5-ext@^0.10.51:
3877 3904
   version "0.10.51"
3878 3905
   resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.51.tgz#ed2d7d9d48a12df86e0299287e93a09ff478842f"
... ...
@@ -4033,6 +4060,22 @@ eslint-plugin-react@7.14.3:
4033 4060
     prop-types "^15.7.2"
4034 4061
     resolve "^1.10.1"
4035 4062
 
4063
+eslint-plugin-react@7.18.3:
4064
+  version "7.18.3"
4065
+  resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18.3.tgz#8be671b7f6be095098e79d27ac32f9580f599bc8"
4066
+  integrity sha512-Bt56LNHAQCoou88s8ViKRjMB2+36XRejCQ1VoLj716KI1MoE99HpTVvIThJ0rvFmG4E4Gsq+UgToEjn+j044Bg==
4067
+  dependencies:
4068
+    array-includes "^3.1.1"
4069
+    doctrine "^2.1.0"
4070
+    has "^1.0.3"
4071
+    jsx-ast-utils "^2.2.3"
4072
+    object.entries "^1.1.1"
4073
+    object.fromentries "^2.0.2"
4074
+    object.values "^1.1.1"
4075
+    prop-types "^15.7.2"
4076
+    resolve "^1.14.2"
4077
+    string.prototype.matchall "^4.0.2"
4078
+
4036 4079
 eslint-scope@^4.0.3:
4037 4080
   version "4.0.3"
4038 4081
   resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
... ...
@@ -4950,6 +4993,11 @@ has-symbols@^1.0.0:
4950 4993
   resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
4951 4994
   integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
4952 4995
 
4996
+has-symbols@^1.0.1:
4997
+  version "1.0.1"
4998
+  resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
4999
+  integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
5000
+
4953 5001
 has-to-string-tag-x@^1.2.0:
4954 5002
   version "1.4.1"
4955 5003
   resolved "https://registry.yarnpkg.com/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz#a045ab383d7b4b2012a00148ab0aa5f290044d4d"
... ...
@@ -5409,6 +5457,15 @@ internal-ip@^4.2.0:
5409 5457
     default-gateway "^4.2.0"
5410 5458
     ipaddr.js "^1.9.0"
5411 5459
 
5460
+internal-slot@^1.0.2:
5461
+  version "1.0.2"
5462
+  resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.2.tgz#9c2e9fb3cd8e5e4256c6f45fe310067fcfa378a3"
5463
+  integrity sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g==
5464
+  dependencies:
5465
+    es-abstract "^1.17.0-next.1"
5466
+    has "^1.0.3"
5467
+    side-channel "^1.0.2"
5468
+
5412 5469
 interpret@^1.0.0:
5413 5470
   version "1.2.0"
5414 5471
   resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296"
... ...
@@ -5517,6 +5574,11 @@ is-callable@^1.1.4:
5517 5574
   resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
5518 5575
   integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
5519 5576
 
5577
+is-callable@^1.1.5:
5578
+  version "1.1.5"
5579
+  resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
5580
+  integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
5581
+
5520 5582
 is-ci@^2.0.0:
5521 5583
   version "2.0.0"
5522 5584
   resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
... ...
@@ -5696,6 +5758,13 @@ is-regex@^1.0.4:
5696 5758
   dependencies:
5697 5759
     has "^1.0.1"
5698 5760
 
5761
+is-regex@^1.0.5:
5762
+  version "1.0.5"
5763
+  resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
5764
+  integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==
5765
+  dependencies:
5766
+    has "^1.0.3"
5767
+
5699 5768
 is-regexp@^1.0.0:
5700 5769
   version "1.0.0"
5701 5770
   resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
... ...
@@ -5726,6 +5795,11 @@ is-string@^1.0.4:
5726 5795
   resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.4.tgz#cc3a9b69857d621e963725a24caeec873b826e64"
5727 5796
   integrity sha1-zDqbaYV9Yh6WNyWiTK7shzuCbmQ=
5728 5797
 
5798
+is-string@^1.0.5:
5799
+  version "1.0.5"
5800
+  resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
5801
+  integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
5802
+
5729 5803
 is-subset@^0.1.1:
5730 5804
   version "0.1.1"
5731 5805
   resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
... ...
@@ -6406,10 +6480,10 @@ jsprim@^1.2.2:
6406 6480
     json-schema "0.2.3"
6407 6481
     verror "1.10.0"
6408 6482
 
6409
-jsx-ast-utils@^2.1.0, jsx-ast-utils@^2.2.1:
6410
-  version "2.2.1"
6411
-  resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.1.tgz#4d4973ebf8b9d2837ee91a8208cc66f3a2776cfb"
6412
-  integrity sha512-v3FxCcAf20DayI+uxnCuw795+oOIkVu6EnJ1+kSzhqqTZHNkTZ7B66ZgLp4oLJ/gbA64cI0B7WRoHZMSRdyVRQ==
6483
+jsx-ast-utils@^2.1.0, jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.2.3:
6484
+  version "2.2.3"
6485
+  resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
6486
+  integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA==
6413 6487
   dependencies:
6414 6488
     array-includes "^3.0.3"
6415 6489
     object.assign "^4.1.0"
... ...
@@ -7310,6 +7384,11 @@ object-inspect@^1.6.0:
7310 7384
   resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
7311 7385
   integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==
7312 7386
 
7387
+object-inspect@^1.7.0:
7388
+  version "1.7.0"
7389
+  resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
7390
+  integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
7391
+
7313 7392
 object-is@^1.0.1:
7314 7393
   version "1.0.1"
7315 7394
   resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
... ...
@@ -7342,23 +7421,23 @@ object.assign@^4.1.0:
7342 7421
     has-symbols "^1.0.0"
7343 7422
     object-keys "^1.0.11"
7344 7423
 
7345
-object.entries@^1.0.4, object.entries@^1.1.0:
7346
-  version "1.1.0"
7347
-  resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
7348
-  integrity sha512-l+H6EQ8qzGRxbkHOd5I/aHRhHDKoQXQ8g0BYt4uSweQU1/J6dZUOyWh9a2Vky35YCKjzmgxOzta2hH6kf9HuXA==
7424
+object.entries@^1.0.4, object.entries@^1.1.0, object.entries@^1.1.1:
7425
+  version "1.1.1"
7426
+  resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
7427
+  integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==
7349 7428
   dependencies:
7350 7429
     define-properties "^1.1.3"
7351
-    es-abstract "^1.12.0"
7430
+    es-abstract "^1.17.0-next.1"
7352 7431
     function-bind "^1.1.1"
7353 7432
     has "^1.0.3"
7354 7433
 
7355
-object.fromentries@^2.0.0, object.fromentries@^2.0.1:
7356
-  version "2.0.1"
7357
-  resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.1.tgz#050f077855c7af8ae6649f45c80b16ee2d31e704"
7358
-  integrity sha512-PUQv8Hbg3j2QX0IQYv3iAGCbGcu4yY4KQ92/dhA4sFSixBmSmp13UpDLs6jGK8rBtbmhNNIK99LD2k293jpiGA==
7434
+object.fromentries@^2.0.0, object.fromentries@^2.0.1, object.fromentries@^2.0.2:
7435
+  version "2.0.2"
7436
+  resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9"
7437
+  integrity sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==
7359 7438
   dependencies:
7360 7439
     define-properties "^1.1.3"
7361
-    es-abstract "^1.15.0"
7440
+    es-abstract "^1.17.0-next.1"
7362 7441
     function-bind "^1.1.1"
7363 7442
     has "^1.0.3"
7364 7443
 
... ...
@@ -7377,13 +7456,13 @@ object.pick@^1.3.0:
7377 7456
   dependencies:
7378 7457
     isobject "^3.0.1"
7379 7458
 
7380
-object.values@^1.0.4, object.values@^1.1.0:
7381
-  version "1.1.0"
7382
-  resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
7383
-  integrity sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg==
7459
+object.values@^1.0.4, object.values@^1.1.0, object.values@^1.1.1:
7460
+  version "1.1.1"
7461
+  resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
7462
+  integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
7384 7463
   dependencies:
7385 7464
     define-properties "^1.1.3"
7386
-    es-abstract "^1.12.0"
7465
+    es-abstract "^1.17.0-next.1"
7387 7466
     function-bind "^1.1.1"
7388 7467
     has "^1.0.3"
7389 7468
 
... ...
@@ -9113,6 +9192,14 @@ regexp.prototype.flags@^1.2.0:
9113 9192
   dependencies:
9114 9193
     define-properties "^1.1.2"
9115 9194
 
9195
+regexp.prototype.flags@^1.3.0:
9196
+  version "1.3.0"
9197
+  resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz#7aba89b3c13a64509dabcf3ca8d9fbb9bdf5cb75"
9198
+  integrity sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==
9199
+  dependencies:
9200
+    define-properties "^1.1.3"
9201
+    es-abstract "^1.17.0-next.1"
9202
+
9116 9203
 regexpp@^2.0.1:
9117 9204
   version "2.0.1"
9118 9205
   resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
... ...
@@ -9278,13 +9365,20 @@ resolve@1.1.7:
9278 9365
   resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
9279 9366
   integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
9280 9367
 
9281
-resolve@1.12.0, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
9368
+resolve@1.12.0:
9282 9369
   version "1.12.0"
9283 9370
   resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
9284 9371
   integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
9285 9372
   dependencies:
9286 9373
     path-parse "^1.0.6"
9287 9374
 
9375
+resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
9376
+  version "1.15.0"
9377
+  resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.0.tgz#1b7ca96073ebb52e741ffd799f6b39ea462c67f5"
9378
+  integrity sha512-+hTmAldEGE80U2wJJDC1lebb5jWqvTYAfm3YZ1ckk1gBr0MnCqUKlwK1e+anaFljIl+F5tR5IoZcm4ZDA1zMQw==
9379
+  dependencies:
9380
+    path-parse "^1.0.6"
9381
+
9288 9382
 responselike@1.0.2:
9289 9383
   version "1.0.2"
9290 9384
   resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
... ...
@@ -9624,6 +9718,14 @@ shellwords@^0.1.1:
9624 9718
   resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
9625 9719
   integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
9626 9720
 
9721
+side-channel@^1.0.2:
9722
+  version "1.0.2"
9723
+  resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.2.tgz#df5d1abadb4e4bf4af1cd8852bf132d2f7876947"
9724
+  integrity sha512-7rL9YlPHg7Ancea1S96Pa8/QWb4BtXL/TZvS6B8XFetGBeuhAsfmUspK6DokBeZ64+Kj9TCNRD/30pVz1BvQNA==
9725
+  dependencies:
9726
+    es-abstract "^1.17.0-next.1"
9727
+    object-inspect "^1.7.0"
9728
+
9627 9729
 signal-exit@^3.0.0, signal-exit@^3.0.2:
9628 9730
   version "3.0.2"
9629 9731
   resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
... ...
@@ -9970,6 +10072,18 @@ string-width@^3.0.0, string-width@^3.1.0:
9970 10072
     is-fullwidth-code-point "^2.0.0"
9971 10073
     strip-ansi "^5.1.0"
9972 10074
 
10075
+string.prototype.matchall@^4.0.2:
10076
+  version "4.0.2"
10077
+  resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.2.tgz#48bb510326fb9fdeb6a33ceaa81a6ea04ef7648e"
10078
+  integrity sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg==
10079
+  dependencies:
10080
+    define-properties "^1.1.3"
10081
+    es-abstract "^1.17.0"
10082
+    has-symbols "^1.0.1"
10083
+    internal-slot "^1.0.2"
10084
+    regexp.prototype.flags "^1.3.0"
10085
+    side-channel "^1.0.2"
10086
+
9973 10087
 string.prototype.trim@^1.1.2:
9974 10088
   version "1.2.0"
9975 10089
   resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.0.tgz#75a729b10cfc1be439543dae442129459ce61e3d"
... ...
@@ -9987,6 +10101,14 @@ string.prototype.trimleft@^2.1.0:
9987 10101
     define-properties "^1.1.3"
9988 10102
     function-bind "^1.1.1"
9989 10103
 
10104
+string.prototype.trimleft@^2.1.1:
10105
+  version "2.1.1"
10106
+  resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
10107
+  integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
10108
+  dependencies:
10109
+    define-properties "^1.1.3"
10110
+    function-bind "^1.1.1"
10111
+
9990 10112
 string.prototype.trimright@^2.1.0:
9991 10113
   version "2.1.0"
9992 10114
   resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
... ...
@@ -9995,6 +10117,14 @@ string.prototype.trimright@^2.1.0:
9995 10117
     define-properties "^1.1.3"
9996 10118
     function-bind "^1.1.1"
9997 10119
 
10120
+string.prototype.trimright@^2.1.1:
10121
+  version "2.1.1"
10122
+  resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
10123
+  integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
10124
+  dependencies:
10125
+    define-properties "^1.1.3"
10126
+    function-bind "^1.1.1"
10127
+
9998 10128
 string_decoder@^1.0.0, string_decoder@^1.1.1:
9999 10129
   version "1.3.0"
10000 10130
   resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"