git.fiddlerwoaroof.com
Browse code

Merge pull request #148 from fiddlerwoaroof/dependabot/npm_and_yarn/eslint-plugin-react-7.18.3

Bump eslint-plugin-react from 7.14.3 to 7.18.3

Ed Langley authored on 05/02/2020 09:01:45
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.117.0",
53 53
     "flow-typed": "^2.6.1",
... ...
@@ -2010,13 +2010,14 @@ array-flatten@^2.1.0:
2010 2010
   resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
2011 2011
   integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
2012 2012
 
2013
-array-includes@^3.0.3:
2014
-  version "3.0.3"
2015
-  resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
2016
-  integrity sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0=
2013
+array-includes@^3.0.3, array-includes@^3.1.1:
2014
+  version "3.1.1"
2015
+  resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
2016
+  integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
2017 2017
   dependencies:
2018
-    define-properties "^1.1.2"
2019
-    es-abstract "^1.7.0"
2018
+    define-properties "^1.1.3"
2019
+    es-abstract "^1.17.0"
2020
+    is-string "^1.0.5"
2020 2021
 
2021 2022
 array-union@^1.0.1:
2022 2023
   version "1.0.2"
... ...
@@ -4093,7 +4094,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
4093 4094
   dependencies:
4094 4095
     is-arrayish "^0.2.1"
4095 4096
 
4096
-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:
4097
+es-abstract@^1.13.0, es-abstract@^1.15.0, es-abstract@^1.5.1:
4097 4098
   version "1.15.0"
4098 4099
   resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.15.0.tgz#8884928ec7e40a79e3c9bc812d37d10c8b24cc57"
4099 4100
   integrity sha512-bhkEqWJ2t2lMeaJDuk7okMkJWI/yqgH/EoGwpcvv0XW9RWQsRspI4wt6xuyuvMvvQE3gg/D9HXppgk21w78GyQ==
... ...
@@ -4109,6 +4110,23 @@ es-abstract@^1.12.0, es-abstract@^1.13.0, es-abstract@^1.15.0, es-abstract@^1.5.
4109 4110
     string.prototype.trimleft "^2.1.0"
4110 4111
     string.prototype.trimright "^2.1.0"
4111 4112
 
4113
+es-abstract@^1.17.0, es-abstract@^1.17.0-next.1:
4114
+  version "1.17.4"
4115
+  resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.4.tgz#e3aedf19706b20e7c2594c35fc0d57605a79e184"
4116
+  integrity sha512-Ae3um/gb8F0mui/jPL+QiqmglkUsaQf7FwBEHYIFkztkneosu9imhqHpBzQ3h1vit8t5iQ74t6PEVvphBZiuiQ==
4117
+  dependencies:
4118
+    es-to-primitive "^1.2.1"
4119
+    function-bind "^1.1.1"
4120
+    has "^1.0.3"
4121
+    has-symbols "^1.0.1"
4122
+    is-callable "^1.1.5"
4123
+    is-regex "^1.0.5"
4124
+    object-inspect "^1.7.0"
4125
+    object-keys "^1.1.1"
4126
+    object.assign "^4.1.0"
4127
+    string.prototype.trimleft "^2.1.1"
4128
+    string.prototype.trimright "^2.1.1"
4129
+
4112 4130
 es-to-primitive@^1.2.0:
4113 4131
   version "1.2.0"
4114 4132
   resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
... ...
@@ -4118,6 +4136,15 @@ es-to-primitive@^1.2.0:
4118 4136
     is-date-object "^1.0.1"
4119 4137
     is-symbol "^1.0.2"
4120 4138
 
4139
+es-to-primitive@^1.2.1:
4140
+  version "1.2.1"
4141
+  resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
4142
+  integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
4143
+  dependencies:
4144
+    is-callable "^1.1.4"
4145
+    is-date-object "^1.0.1"
4146
+    is-symbol "^1.0.2"
4147
+
4121 4148
 es5-ext@^0.10.35, es5-ext@^0.10.50, es5-ext@^0.10.51:
4122 4149
   version "0.10.51"
4123 4150
   resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.51.tgz#ed2d7d9d48a12df86e0299287e93a09ff478842f"
... ...
@@ -4278,6 +4305,22 @@ eslint-plugin-react@7.14.3:
4278 4305
     prop-types "^15.7.2"
4279 4306
     resolve "^1.10.1"
4280 4307
 
4308
+eslint-plugin-react@7.18.3:
4309
+  version "7.18.3"
4310
+  resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18.3.tgz#8be671b7f6be095098e79d27ac32f9580f599bc8"
4311
+  integrity sha512-Bt56LNHAQCoou88s8ViKRjMB2+36XRejCQ1VoLj716KI1MoE99HpTVvIThJ0rvFmG4E4Gsq+UgToEjn+j044Bg==
4312
+  dependencies:
4313
+    array-includes "^3.1.1"
4314
+    doctrine "^2.1.0"
4315
+    has "^1.0.3"
4316
+    jsx-ast-utils "^2.2.3"
4317
+    object.entries "^1.1.1"
4318
+    object.fromentries "^2.0.2"
4319
+    object.values "^1.1.1"
4320
+    prop-types "^15.7.2"
4321
+    resolve "^1.14.2"
4322
+    string.prototype.matchall "^4.0.2"
4323
+
4281 4324
 eslint-scope@^4.0.3:
4282 4325
   version "4.0.3"
4283 4326
   resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
... ...
@@ -5223,6 +5266,11 @@ has-symbols@^1.0.0:
5223 5266
   resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
5224 5267
   integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
5225 5268
 
5269
+has-symbols@^1.0.1:
5270
+  version "1.0.1"
5271
+  resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
5272
+  integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
5273
+
5226 5274
 has-to-string-tag-x@^1.2.0:
5227 5275
   version "1.4.1"
5228 5276
   resolved "https://registry.yarnpkg.com/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz#a045ab383d7b4b2012a00148ab0aa5f290044d4d"
... ...
@@ -5682,6 +5730,15 @@ internal-ip@^4.2.0:
5682 5730
     default-gateway "^4.2.0"
5683 5731
     ipaddr.js "^1.9.0"
5684 5732
 
5733
+internal-slot@^1.0.2:
5734
+  version "1.0.2"
5735
+  resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.2.tgz#9c2e9fb3cd8e5e4256c6f45fe310067fcfa378a3"
5736
+  integrity sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g==
5737
+  dependencies:
5738
+    es-abstract "^1.17.0-next.1"
5739
+    has "^1.0.3"
5740
+    side-channel "^1.0.2"
5741
+
5685 5742
 interpret@^1.0.0:
5686 5743
   version "1.2.0"
5687 5744
   resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296"
... ...
@@ -5790,6 +5847,11 @@ is-callable@^1.1.4:
5790 5847
   resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
5791 5848
   integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
5792 5849
 
5850
+is-callable@^1.1.5:
5851
+  version "1.1.5"
5852
+  resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
5853
+  integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
5854
+
5793 5855
 is-ci@^2.0.0:
5794 5856
   version "2.0.0"
5795 5857
   resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
... ...
@@ -5969,6 +6031,13 @@ is-regex@^1.0.4:
5969 6031
   dependencies:
5970 6032
     has "^1.0.1"
5971 6033
 
6034
+is-regex@^1.0.5:
6035
+  version "1.0.5"
6036
+  resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
6037
+  integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==
6038
+  dependencies:
6039
+    has "^1.0.3"
6040
+
5972 6041
 is-regexp@^1.0.0:
5973 6042
   version "1.0.0"
5974 6043
   resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
... ...
@@ -5999,6 +6068,11 @@ is-string@^1.0.4:
5999 6068
   resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.4.tgz#cc3a9b69857d621e963725a24caeec873b826e64"
6000 6069
   integrity sha1-zDqbaYV9Yh6WNyWiTK7shzuCbmQ=
6001 6070
 
6071
+is-string@^1.0.5:
6072
+  version "1.0.5"
6073
+  resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
6074
+  integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
6075
+
6002 6076
 is-subset@^0.1.1:
6003 6077
   version "0.1.1"
6004 6078
   resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
... ...
@@ -6743,10 +6817,10 @@ jsprim@^1.2.2:
6743 6817
     json-schema "0.2.3"
6744 6818
     verror "1.10.0"
6745 6819
 
6746
-jsx-ast-utils@^2.1.0, jsx-ast-utils@^2.2.1:
6747
-  version "2.2.1"
6748
-  resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.1.tgz#4d4973ebf8b9d2837ee91a8208cc66f3a2776cfb"
6749
-  integrity sha512-v3FxCcAf20DayI+uxnCuw795+oOIkVu6EnJ1+kSzhqqTZHNkTZ7B66ZgLp4oLJ/gbA64cI0B7WRoHZMSRdyVRQ==
6820
+jsx-ast-utils@^2.1.0, jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.2.3:
6821
+  version "2.2.3"
6822
+  resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
6823
+  integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA==
6750 6824
   dependencies:
6751 6825
     array-includes "^3.0.3"
6752 6826
     object.assign "^4.1.0"
... ...
@@ -7662,6 +7736,11 @@ object-inspect@^1.6.0:
7662 7736
   resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
7663 7737
   integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==
7664 7738
 
7739
+object-inspect@^1.7.0:
7740
+  version "1.7.0"
7741
+  resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
7742
+  integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
7743
+
7665 7744
 object-is@^1.0.1:
7666 7745
   version "1.0.1"
7667 7746
   resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
... ...
@@ -7694,23 +7773,23 @@ object.assign@^4.1.0:
7694 7773
     has-symbols "^1.0.0"
7695 7774
     object-keys "^1.0.11"
7696 7775
 
7697
-object.entries@^1.0.4, object.entries@^1.1.0:
7698
-  version "1.1.0"
7699
-  resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
7700
-  integrity sha512-l+H6EQ8qzGRxbkHOd5I/aHRhHDKoQXQ8g0BYt4uSweQU1/J6dZUOyWh9a2Vky35YCKjzmgxOzta2hH6kf9HuXA==
7776
+object.entries@^1.0.4, object.entries@^1.1.0, object.entries@^1.1.1:
7777
+  version "1.1.1"
7778
+  resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
7779
+  integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==
7701 7780
   dependencies:
7702 7781
     define-properties "^1.1.3"
7703
-    es-abstract "^1.12.0"
7782
+    es-abstract "^1.17.0-next.1"
7704 7783
     function-bind "^1.1.1"
7705 7784
     has "^1.0.3"
7706 7785
 
7707
-object.fromentries@^2.0.0, object.fromentries@^2.0.1:
7708
-  version "2.0.1"
7709
-  resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.1.tgz#050f077855c7af8ae6649f45c80b16ee2d31e704"
7710
-  integrity sha512-PUQv8Hbg3j2QX0IQYv3iAGCbGcu4yY4KQ92/dhA4sFSixBmSmp13UpDLs6jGK8rBtbmhNNIK99LD2k293jpiGA==
7786
+object.fromentries@^2.0.0, object.fromentries@^2.0.1, object.fromentries@^2.0.2:
7787
+  version "2.0.2"
7788
+  resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9"
7789
+  integrity sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==
7711 7790
   dependencies:
7712 7791
     define-properties "^1.1.3"
7713
-    es-abstract "^1.15.0"
7792
+    es-abstract "^1.17.0-next.1"
7714 7793
     function-bind "^1.1.1"
7715 7794
     has "^1.0.3"
7716 7795
 
... ...
@@ -7729,13 +7808,13 @@ object.pick@^1.3.0:
7729 7808
   dependencies:
7730 7809
     isobject "^3.0.1"
7731 7810
 
7732
-object.values@^1.0.4, object.values@^1.1.0:
7733
-  version "1.1.0"
7734
-  resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
7735
-  integrity sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg==
7811
+object.values@^1.0.4, object.values@^1.1.0, object.values@^1.1.1:
7812
+  version "1.1.1"
7813
+  resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
7814
+  integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
7736 7815
   dependencies:
7737 7816
     define-properties "^1.1.3"
7738
-    es-abstract "^1.12.0"
7817
+    es-abstract "^1.17.0-next.1"
7739 7818
     function-bind "^1.1.1"
7740 7819
     has "^1.0.3"
7741 7820
 
... ...
@@ -9489,6 +9568,14 @@ regexp.prototype.flags@^1.2.0:
9489 9568
   dependencies:
9490 9569
     define-properties "^1.1.2"
9491 9570
 
9571
+regexp.prototype.flags@^1.3.0:
9572
+  version "1.3.0"
9573
+  resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz#7aba89b3c13a64509dabcf3ca8d9fbb9bdf5cb75"
9574
+  integrity sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==
9575
+  dependencies:
9576
+    define-properties "^1.1.3"
9577
+    es-abstract "^1.17.0-next.1"
9578
+
9492 9579
 regexpp@^2.0.1:
9493 9580
   version "2.0.1"
9494 9581
   resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
... ...
@@ -9659,13 +9746,20 @@ resolve@1.1.7:
9659 9746
   resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
9660 9747
   integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
9661 9748
 
9662
-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:
9749
+resolve@1.12.0:
9663 9750
   version "1.12.0"
9664 9751
   resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
9665 9752
   integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
9666 9753
   dependencies:
9667 9754
     path-parse "^1.0.6"
9668 9755
 
9756
+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:
9757
+  version "1.15.0"
9758
+  resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.0.tgz#1b7ca96073ebb52e741ffd799f6b39ea462c67f5"
9759
+  integrity sha512-+hTmAldEGE80U2wJJDC1lebb5jWqvTYAfm3YZ1ckk1gBr0MnCqUKlwK1e+anaFljIl+F5tR5IoZcm4ZDA1zMQw==
9760
+  dependencies:
9761
+    path-parse "^1.0.6"
9762
+
9669 9763
 responselike@1.0.2:
9670 9764
   version "1.0.2"
9671 9765
   resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
... ...
@@ -10013,6 +10107,14 @@ shellwords@^0.1.1:
10013 10107
   resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
10014 10108
   integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
10015 10109
 
10110
+side-channel@^1.0.2:
10111
+  version "1.0.2"
10112
+  resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.2.tgz#df5d1abadb4e4bf4af1cd8852bf132d2f7876947"
10113
+  integrity sha512-7rL9YlPHg7Ancea1S96Pa8/QWb4BtXL/TZvS6B8XFetGBeuhAsfmUspK6DokBeZ64+Kj9TCNRD/30pVz1BvQNA==
10114
+  dependencies:
10115
+    es-abstract "^1.17.0-next.1"
10116
+    object-inspect "^1.7.0"
10117
+
10016 10118
 signal-exit@^3.0.0, signal-exit@^3.0.2:
10017 10119
   version "3.0.2"
10018 10120
   resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
... ...
@@ -10359,6 +10461,18 @@ string-width@^3.0.0, string-width@^3.1.0:
10359 10461
     is-fullwidth-code-point "^2.0.0"
10360 10462
     strip-ansi "^5.1.0"
10361 10463
 
10464
+string.prototype.matchall@^4.0.2:
10465
+  version "4.0.2"
10466
+  resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.2.tgz#48bb510326fb9fdeb6a33ceaa81a6ea04ef7648e"
10467
+  integrity sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg==
10468
+  dependencies:
10469
+    define-properties "^1.1.3"
10470
+    es-abstract "^1.17.0"
10471
+    has-symbols "^1.0.1"
10472
+    internal-slot "^1.0.2"
10473
+    regexp.prototype.flags "^1.3.0"
10474
+    side-channel "^1.0.2"
10475
+
10362 10476
 string.prototype.trim@^1.1.2:
10363 10477
   version "1.2.0"
10364 10478
   resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.0.tgz#75a729b10cfc1be439543dae442129459ce61e3d"
... ...
@@ -10376,6 +10490,14 @@ string.prototype.trimleft@^2.1.0:
10376 10490
     define-properties "^1.1.3"
10377 10491
     function-bind "^1.1.1"
10378 10492
 
10493
+string.prototype.trimleft@^2.1.1:
10494
+  version "2.1.1"
10495
+  resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
10496
+  integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
10497
+  dependencies:
10498
+    define-properties "^1.1.3"
10499
+    function-bind "^1.1.1"
10500
+
10379 10501
 string.prototype.trimright@^2.1.0:
10380 10502
   version "2.1.0"
10381 10503
   resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
... ...
@@ -10384,6 +10506,14 @@ string.prototype.trimright@^2.1.0:
10384 10506
     define-properties "^1.1.3"
10385 10507
     function-bind "^1.1.1"
10386 10508
 
10509
+string.prototype.trimright@^2.1.1:
10510
+  version "2.1.1"
10511
+  resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
10512
+  integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
10513
+  dependencies:
10514
+    define-properties "^1.1.3"
10515
+    function-bind "^1.1.1"
10516
+
10387 10517
 string_decoder@^1.0.0, string_decoder@^1.1.1:
10388 10518
   version "1.3.0"
10389 10519
   resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"