Skip to content

Commit e820c66

Browse files
committed
Update dependency eslint-config-airbnb-base to v14.2.0
1 parent c7b3d04 commit e820c66

File tree

1 file changed

+120
-78
lines changed

1 file changed

+120
-78
lines changed

yarn.lock

Lines changed: 120 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -872,10 +872,10 @@ [email protected]:
872872
version "0.0.1"
873873
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
874874

875-
confusing-browser-globals@^1.0.7:
876-
version "1.0.8"
877-
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.8.tgz#93ffec1f82a6e2bf2bc36769cc3a92fa20e502f3"
878-
integrity sha512-lI7asCibVJ6Qd3FGU7mu4sfG4try4LX3+GVS+Gv8UlrEf2AeW57piecapnog2UHZSbcX/P/1UDWVaTsblowlZg==
875+
confusing-browser-globals@^1.0.9:
876+
version "1.0.10"
877+
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59"
878+
integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
879879

880880
console-control-strings@^1.0.0, console-control-strings@~1.1.0:
881881
version "1.1.0"
@@ -982,14 +982,7 @@ deep-is@~0.1.3:
982982
version "0.1.3"
983983
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
984984

985-
define-properties@^1.1.2:
986-
version "1.1.2"
987-
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.2.tgz#83a73f2fea569898fb737193c8f873caf6d45c94"
988-
dependencies:
989-
foreach "^2.0.5"
990-
object-keys "^1.0.8"
991-
992-
define-properties@^1.1.3:
985+
define-properties@^1.1.2, define-properties@^1.1.3:
993986
version "1.1.3"
994987
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
995988
integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
@@ -1092,17 +1085,40 @@ error-ex@^1.3.1:
10921085
dependencies:
10931086
is-arrayish "^0.2.1"
10941087

1095-
es-abstract@^1.12.0, es-abstract@^1.7.0:
1096-
version "1.13.0"
1097-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
1098-
integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
1088+
es-abstract@^1.12.0, es-abstract@^1.17.5:
1089+
version "1.17.7"
1090+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.7.tgz#a4de61b2f66989fc7421676c1cb9787573ace54c"
1091+
integrity sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==
10991092
dependencies:
1100-
es-to-primitive "^1.2.0"
1093+
es-to-primitive "^1.2.1"
11011094
function-bind "^1.1.1"
11021095
has "^1.0.3"
1103-
is-callable "^1.1.4"
1104-
is-regex "^1.0.4"
1105-
object-keys "^1.0.12"
1096+
has-symbols "^1.0.1"
1097+
is-callable "^1.2.2"
1098+
is-regex "^1.1.1"
1099+
object-inspect "^1.8.0"
1100+
object-keys "^1.1.1"
1101+
object.assign "^4.1.1"
1102+
string.prototype.trimend "^1.0.1"
1103+
string.prototype.trimstart "^1.0.1"
1104+
1105+
es-abstract@^1.18.0-next.0, es-abstract@^1.18.0-next.1:
1106+
version "1.18.0-next.1"
1107+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.1.tgz#6e3a0a4bda717e5023ab3b8e90bec36108d22c68"
1108+
integrity sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==
1109+
dependencies:
1110+
es-to-primitive "^1.2.1"
1111+
function-bind "^1.1.1"
1112+
has "^1.0.3"
1113+
has-symbols "^1.0.1"
1114+
is-callable "^1.2.2"
1115+
is-negative-zero "^2.0.0"
1116+
is-regex "^1.1.1"
1117+
object-inspect "^1.8.0"
1118+
object-keys "^1.1.1"
1119+
object.assign "^4.1.1"
1120+
string.prototype.trimend "^1.0.1"
1121+
string.prototype.trimstart "^1.0.1"
11061122

11071123
es-abstract@^1.5.1:
11081124
version "1.10.0"
@@ -1114,6 +1130,18 @@ es-abstract@^1.5.1:
11141130
is-callable "^1.1.3"
11151131
is-regex "^1.0.4"
11161132

1133+
es-abstract@^1.7.0:
1134+
version "1.13.0"
1135+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
1136+
integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
1137+
dependencies:
1138+
es-to-primitive "^1.2.0"
1139+
function-bind "^1.1.1"
1140+
has "^1.0.3"
1141+
is-callable "^1.1.4"
1142+
is-regex "^1.0.4"
1143+
object-keys "^1.0.12"
1144+
11171145
es-to-primitive@^1.1.1:
11181146
version "1.1.1"
11191147
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
@@ -1122,10 +1150,10 @@ es-to-primitive@^1.1.1:
11221150
is-date-object "^1.0.1"
11231151
is-symbol "^1.0.1"
11241152

1125-
es-to-primitive@^1.2.0:
1126-
version "1.2.0"
1127-
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
1128-
integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==
1153+
es-to-primitive@^1.2.0, es-to-primitive@^1.2.1:
1154+
version "1.2.1"
1155+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
1156+
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
11291157
dependencies:
11301158
is-callable "^1.1.4"
11311159
is-date-object "^1.0.1"
@@ -1147,13 +1175,13 @@ escodegen@^1.9.0:
11471175
source-map "~0.5.6"
11481176

11491177
eslint-config-airbnb-base@^14.0.0:
1150-
version "14.0.0"
1151-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.0.0.tgz#8a7bcb9643d13c55df4dd7444f138bf4efa61e17"
1152-
integrity sha512-2IDHobw97upExLmsebhtfoD3NAKhV4H0CJWP3Uprd/uk+cHuWYOczPVxQ8PxLFUAw7o3Th1RAU8u1DoUpr+cMA==
1178+
version "14.2.0"
1179+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.0.tgz#fe89c24b3f9dc8008c9c0d0d88c28f95ed65e9c4"
1180+
integrity sha512-Snswd5oC6nJaevs3nZoLSTvGJBvzTfnBqOIArkf3cbyTyq9UD79wOk8s+RiL6bhca0p/eRO6veczhf6A/7Jy8Q==
11531181
dependencies:
1154-
confusing-browser-globals "^1.0.7"
1182+
confusing-browser-globals "^1.0.9"
11551183
object.assign "^4.1.0"
1156-
object.entries "^1.1.0"
1184+
object.entries "^1.1.2"
11571185

11581186
eslint-config-prettier@^6.1.0:
11591187
version "6.1.0"
@@ -1551,10 +1579,6 @@ for-in@^1.0.2:
15511579
version "1.0.2"
15521580
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
15531581

1554-
foreach@^2.0.5:
1555-
version "2.0.5"
1556-
resolved "https://registry.yarnpkg.com/foreach/-/foreach-2.0.5.tgz#0bee005018aeb260d0a3af3ae658dd0136ec1b99"
1557-
15581582
forever-agent@~0.6.1:
15591583
version "0.6.1"
15601584
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
@@ -1606,9 +1630,10 @@ fsevents@^2.0.6:
16061630
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.0.7.tgz#382c9b443c6cbac4c57187cdda23aa3bf1ccfc2a"
16071631
integrity sha512-a7YT0SV3RB+DjYcppwVDLtn13UQnmg0SWZS7ezZD0UjnLwXmy8Zm21GMVGLaFGimIqcvyMQaOJBrop8MyOp1kQ==
16081632

1609-
function-bind@^1.0.2, function-bind@^1.1.1:
1633+
function-bind@^1.1.1:
16101634
version "1.1.1"
16111635
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
1636+
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
16121637

16131638
functional-red-black-tree@^1.0.1:
16141639
version "1.0.1"
@@ -1747,10 +1772,10 @@ has-flag@^3.0.0:
17471772
version "3.0.0"
17481773
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
17491774

1750-
has-symbols@^1.0.0:
1751-
version "1.0.0"
1752-
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
1753-
integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
1775+
has-symbols@^1.0.1:
1776+
version "1.0.1"
1777+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
1778+
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
17541779

17551780
has-unicode@^2.0.0:
17561781
version "2.0.1"
@@ -1783,13 +1808,7 @@ has-values@^1.0.0:
17831808
is-number "^3.0.0"
17841809
kind-of "^4.0.0"
17851810

1786-
has@^1.0.1:
1787-
version "1.0.1"
1788-
resolved "https://registry.yarnpkg.com/has/-/has-1.0.1.tgz#8461733f538b0837c9361e39a9ab9e9704dc2f28"
1789-
dependencies:
1790-
function-bind "^1.0.2"
1791-
1792-
has@^1.0.3:
1811+
has@^1.0.1, has@^1.0.3:
17931812
version "1.0.3"
17941813
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
17951814
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
@@ -1961,10 +1980,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
19611980
version "1.1.3"
19621981
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
19631982

1964-
is-callable@^1.1.4:
1965-
version "1.1.4"
1966-
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
1967-
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
1983+
is-callable@^1.1.4, is-callable@^1.2.2:
1984+
version "1.2.2"
1985+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
1986+
integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
19681987

19691988
is-ci@^2.0.0:
19701989
version "2.0.0"
@@ -1986,8 +2005,9 @@ is-data-descriptor@^1.0.0:
19862005
kind-of "^6.0.0"
19872006

19882007
is-date-object@^1.0.1:
1989-
version "1.0.1"
1990-
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
2008+
version "1.0.2"
2009+
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.2.tgz#bda736f2cd8fd06d32844e7743bfa7494c3bfd7e"
2010+
integrity sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==
19912011

19922012
is-descriptor@^0.1.0:
19932013
version "0.1.6"
@@ -2052,6 +2072,11 @@ is-glob@^4.0.1:
20522072
dependencies:
20532073
is-extglob "^2.1.1"
20542074

2075+
is-negative-zero@^2.0.0:
2076+
version "2.0.0"
2077+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.0.tgz#9553b121b0fac28869da9ed459e20c7543788461"
2078+
integrity sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=
2079+
20552080
is-number@^3.0.0:
20562081
version "3.0.0"
20572082
resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
@@ -2083,11 +2108,12 @@ is-promise@^2.1.0:
20832108
version "2.1.0"
20842109
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
20852110

2086-
is-regex@^1.0.4:
2087-
version "1.0.4"
2088-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
2111+
is-regex@^1.0.4, is-regex@^1.1.1:
2112+
version "1.1.1"
2113+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
2114+
integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
20892115
dependencies:
2090-
has "^1.0.1"
2116+
has-symbols "^1.0.1"
20912117

20922118
is-stream@^1.1.0:
20932119
version "1.1.0"
@@ -2098,11 +2124,11 @@ is-symbol@^1.0.1:
20982124
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
20992125

21002126
is-symbol@^1.0.2:
2101-
version "1.0.2"
2102-
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
2103-
integrity sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw==
2127+
version "1.0.3"
2128+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
2129+
integrity sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==
21042130
dependencies:
2105-
has-symbols "^1.0.0"
2131+
has-symbols "^1.0.1"
21062132

21072133
is-typedarray@~1.0.0:
21082134
version "1.0.0"
@@ -3089,39 +3115,39 @@ object-copy@^0.1.0:
30893115
define-property "^0.2.5"
30903116
kind-of "^3.0.3"
30913117

3092-
object-keys@^1.0.11, object-keys@^1.0.12:
3118+
object-inspect@^1.8.0:
3119+
version "1.8.0"
3120+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
3121+
integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
3122+
3123+
object-keys@^1.0.12, object-keys@^1.1.1:
30933124
version "1.1.1"
30943125
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
30953126
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
30963127

3097-
object-keys@^1.0.8:
3098-
version "1.0.11"
3099-
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
3100-
31013128
object-visit@^1.0.0:
31023129
version "1.0.1"
31033130
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
31043131
dependencies:
31053132
isobject "^3.0.0"
31063133

3107-
object.assign@^4.1.0:
3108-
version "4.1.0"
3109-
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
3110-
integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==
3134+
object.assign@^4.1.0, object.assign@^4.1.1:
3135+
version "4.1.1"
3136+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.1.tgz#303867a666cdd41936ecdedfb1f8f3e32a478cdd"
3137+
integrity sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==
31113138
dependencies:
3112-
define-properties "^1.1.2"
3113-
function-bind "^1.1.1"
3114-
has-symbols "^1.0.0"
3115-
object-keys "^1.0.11"
3139+
define-properties "^1.1.3"
3140+
es-abstract "^1.18.0-next.0"
3141+
has-symbols "^1.0.1"
3142+
object-keys "^1.1.1"
31163143

3117-
object.entries@^1.1.0:
3118-
version "1.1.0"
3119-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
3120-
integrity sha512-l+H6EQ8qzGRxbkHOd5I/aHRhHDKoQXQ8g0BYt4uSweQU1/J6dZUOyWh9a2Vky35YCKjzmgxOzta2hH6kf9HuXA==
3144+
object.entries@^1.1.2:
3145+
version "1.1.2"
3146+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add"
3147+
integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA==
31213148
dependencies:
31223149
define-properties "^1.1.3"
3123-
es-abstract "^1.12.0"
3124-
function-bind "^1.1.1"
3150+
es-abstract "^1.17.5"
31253151
has "^1.0.3"
31263152

31273153
object.getownpropertydescriptors@^2.0.3:
@@ -3944,6 +3970,22 @@ string-width@^4.1.0:
39443970
is-fullwidth-code-point "^3.0.0"
39453971
strip-ansi "^5.2.0"
39463972

3973+
string.prototype.trimend@^1.0.1:
3974+
version "1.0.2"
3975+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.2.tgz#6ddd9a8796bc714b489a3ae22246a208f37bfa46"
3976+
integrity sha512-8oAG/hi14Z4nOVP0z6mdiVZ/wqjDtWSLygMigTzAb+7aPEDTleeFf+WrF+alzecxIRkckkJVn+dTlwzJXORATw==
3977+
dependencies:
3978+
define-properties "^1.1.3"
3979+
es-abstract "^1.18.0-next.1"
3980+
3981+
string.prototype.trimstart@^1.0.1:
3982+
version "1.0.2"
3983+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.2.tgz#22d45da81015309cd0cdd79787e8919fc5c613e7"
3984+
integrity sha512-7F6CdBTl5zyu30BJFdzSTlSlLPwODC23Od+iLoVH8X6+3fvDPPuBVVj9iaB1GOsSTSIgVfsfm27R2FGrAPznWg==
3985+
dependencies:
3986+
define-properties "^1.1.3"
3987+
es-abstract "^1.18.0-next.1"
3988+
39473989
string_decoder@~1.0.3:
39483990
version "1.0.3"
39493991
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"

0 commit comments

Comments
 (0)