Skip to content

Commit c359bb0

Browse files
authored
Merge pull request #325 from raduwen/dependabot/npm_and_yarn/eslint-plugin-react-7.31.11
build(deps-dev): bump eslint-plugin-react from 7.31.10 to 7.31.11
2 parents e2bd2bb + 79c9a9b commit c359bb0

File tree

2 files changed

+159
-58
lines changed

2 files changed

+159
-58
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint": "^8.26.0",
3434
"eslint-config-next": "^13.0.0",
3535
"eslint-config-prettier": "^8.5.0",
36-
"eslint-plugin-react": "^7.31.10",
36+
"eslint-plugin-react": "^7.31.11",
3737
"firebase-tools": "^11.19.0",
3838
"prettier": "^2.7.1",
3939
"typescript": "^4.9.4"

yarn.lock

Lines changed: 158 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -2132,15 +2132,15 @@ array-flatten@3.0.0:
21322132
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-3.0.0.tgz#6428ca2ee52c7b823192ec600fa3ed2f157cd541"
21332133
integrity sha512-zPMVc3ZYlGLNk4mpK1NzP2wg0ml9t7fUgDsayR5Y5rSzxQilzR9FGu/EH2jQOcKSAeAfWeylyW8juy3OkWRvNA==
21342134

2135-
array-includes@^3.1.4, array-includes@^3.1.5:
2136-
version "3.1.5"
2137-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.5.tgz#2c320010db8d31031fd2a5f6b3bbd4b1aad31bdb"
2138-
integrity sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==
2135+
array-includes@^3.1.4, array-includes@^3.1.5, array-includes@^3.1.6:
2136+
version "3.1.6"
2137+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f"
2138+
integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==
21392139
dependencies:
21402140
call-bind "^1.0.2"
21412141
define-properties "^1.1.4"
2142-
es-abstract "^1.19.5"
2143-
get-intrinsic "^1.1.1"
2142+
es-abstract "^1.20.4"
2143+
get-intrinsic "^1.1.3"
21442144
is-string "^1.0.7"
21452145

21462146
array-union@^2.1.0:
@@ -2158,16 +2158,27 @@ array.prototype.flat@^1.2.5:
21582158
es-abstract "^1.19.2"
21592159
es-shim-unscopables "^1.0.0"
21602160

2161-
array.prototype.flatmap@^1.3.0:
2162-
version "1.3.0"
2163-
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f"
2164-
integrity sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==
2161+
array.prototype.flatmap@^1.3.1:
2162+
version "1.3.1"
2163+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
2164+
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
21652165
dependencies:
21662166
call-bind "^1.0.2"
2167-
define-properties "^1.1.3"
2168-
es-abstract "^1.19.2"
2167+
define-properties "^1.1.4"
2168+
es-abstract "^1.20.4"
21692169
es-shim-unscopables "^1.0.0"
21702170

2171+
array.prototype.tosorted@^1.1.1:
2172+
version "1.1.1"
2173+
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#ccf44738aa2b5ac56578ffda97c03fd3e23dd532"
2174+
integrity sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==
2175+
dependencies:
2176+
call-bind "^1.0.2"
2177+
define-properties "^1.1.4"
2178+
es-abstract "^1.20.4"
2179+
es-shim-unscopables "^1.0.0"
2180+
get-intrinsic "^1.1.3"
2181+
21712182
arrify@^2.0.0:
21722183
version "2.0.1"
21732184
resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa"
@@ -3218,7 +3229,7 @@ error-ex@^1.3.1:
32183229
dependencies:
32193230
is-arrayish "^0.2.1"
32203231

3221-
es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19.5:
3232+
es-abstract@^1.19.0, es-abstract@^1.19.2, es-abstract@^1.19.5:
32223233
version "1.20.1"
32233234
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814"
32243235
integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==
@@ -3247,6 +3258,37 @@ es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19
32473258
string.prototype.trimstart "^1.0.5"
32483259
unbox-primitive "^1.0.2"
32493260

3261+
es-abstract@^1.20.4:
3262+
version "1.20.5"
3263+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.5.tgz#e6dc99177be37cacda5988e692c3fa8b218e95d2"
3264+
integrity sha512-7h8MM2EQhsCA7pU/Nv78qOXFpD8Rhqd12gYiSJVkrH9+e8VuA8JlPJK/hQjjlLv6pJvx/z1iRFKzYb0XT/RuAQ==
3265+
dependencies:
3266+
call-bind "^1.0.2"
3267+
es-to-primitive "^1.2.1"
3268+
function-bind "^1.1.1"
3269+
function.prototype.name "^1.1.5"
3270+
get-intrinsic "^1.1.3"
3271+
get-symbol-description "^1.0.0"
3272+
gopd "^1.0.1"
3273+
has "^1.0.3"
3274+
has-property-descriptors "^1.0.0"
3275+
has-symbols "^1.0.3"
3276+
internal-slot "^1.0.3"
3277+
is-callable "^1.2.7"
3278+
is-negative-zero "^2.0.2"
3279+
is-regex "^1.1.4"
3280+
is-shared-array-buffer "^1.0.2"
3281+
is-string "^1.0.7"
3282+
is-weakref "^1.0.2"
3283+
object-inspect "^1.12.2"
3284+
object-keys "^1.1.1"
3285+
object.assign "^4.1.4"
3286+
regexp.prototype.flags "^1.4.3"
3287+
safe-regex-test "^1.0.0"
3288+
string.prototype.trimend "^1.0.6"
3289+
string.prototype.trimstart "^1.0.6"
3290+
unbox-primitive "^1.0.2"
3291+
32503292
es-shim-unscopables@^1.0.0:
32513293
version "1.0.0"
32523294
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
@@ -3395,25 +3437,26 @@ eslint-plugin-react-hooks@^4.5.0:
33953437
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
33963438
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
33973439

3398-
eslint-plugin-react@^7.31.10, eslint-plugin-react@^7.31.7:
3399-
version "7.31.10"
3400-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz#6782c2c7fe91c09e715d536067644bbb9491419a"
3401-
integrity sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==
3440+
eslint-plugin-react@^7.31.11, eslint-plugin-react@^7.31.7:
3441+
version "7.31.11"
3442+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz#011521d2b16dcf95795df688a4770b4eaab364c8"
3443+
integrity sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==
34023444
dependencies:
3403-
array-includes "^3.1.5"
3404-
array.prototype.flatmap "^1.3.0"
3445+
array-includes "^3.1.6"
3446+
array.prototype.flatmap "^1.3.1"
3447+
array.prototype.tosorted "^1.1.1"
34053448
doctrine "^2.1.0"
34063449
estraverse "^5.3.0"
34073450
jsx-ast-utils "^2.4.1 || ^3.0.0"
34083451
minimatch "^3.1.2"
3409-
object.entries "^1.1.5"
3410-
object.fromentries "^2.0.5"
3411-
object.hasown "^1.1.1"
3412-
object.values "^1.1.5"
3452+
object.entries "^1.1.6"
3453+
object.fromentries "^2.0.6"
3454+
object.hasown "^1.1.2"
3455+
object.values "^1.1.6"
34133456
prop-types "^15.8.1"
34143457
resolve "^2.0.0-next.3"
34153458
semver "^6.3.0"
3416-
string.prototype.matchall "^4.0.7"
3459+
string.prototype.matchall "^4.0.8"
34173460

34183461
eslint-scope@^5.1.1:
34193462
version "5.1.1"
@@ -4093,6 +4136,15 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
40934136
has "^1.0.3"
40944137
has-symbols "^1.0.3"
40954138

4139+
get-intrinsic@^1.1.3:
4140+
version "1.1.3"
4141+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385"
4142+
integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==
4143+
dependencies:
4144+
function-bind "^1.1.1"
4145+
has "^1.0.3"
4146+
has-symbols "^1.0.3"
4147+
40964148
get-nonce@^1.0.0:
40974149
version "1.0.1"
40984150
resolved "https://registry.yarnpkg.com/get-nonce/-/get-nonce-1.0.1.tgz#fdf3f0278073820d2ce9426c18f07481b1e0cdf3"
@@ -4299,6 +4351,13 @@ google-p12-pem@^4.0.0:
42994351
dependencies:
43004352
node-forge "^1.3.1"
43014353

4354+
gopd@^1.0.1:
4355+
version "1.0.1"
4356+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
4357+
integrity sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==
4358+
dependencies:
4359+
get-intrinsic "^1.1.3"
4360+
43024361
got@^9.6.0:
43034362
version "9.6.0"
43044363
resolved "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85"
@@ -4679,6 +4738,11 @@ is-callable@^1.1.4, is-callable@^1.2.4:
46794738
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
46804739
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
46814740

4741+
is-callable@^1.2.7:
4742+
version "1.2.7"
4743+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
4744+
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
4745+
46824746
is-ci@^2.0.0:
46834747
version "2.0.0"
46844748
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -5762,7 +5826,7 @@ object-hash@^3.0.0:
57625826
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9"
57635827
integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
57645828

5765-
object-inspect@^1.12.0, object-inspect@^1.9.0:
5829+
object-inspect@^1.12.0, object-inspect@^1.12.2, object-inspect@^1.9.0:
57665830
version "1.12.2"
57675831
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
57685832
integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
@@ -5782,40 +5846,50 @@ object.assign@^4.1.2:
57825846
has-symbols "^1.0.1"
57835847
object-keys "^1.1.1"
57845848

5785-
object.entries@^1.1.5:
5786-
version "1.1.5"
5787-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
5788-
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
5849+
object.assign@^4.1.4:
5850+
version "4.1.4"
5851+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f"
5852+
integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==
57895853
dependencies:
57905854
call-bind "^1.0.2"
5791-
define-properties "^1.1.3"
5792-
es-abstract "^1.19.1"
5855+
define-properties "^1.1.4"
5856+
has-symbols "^1.0.3"
5857+
object-keys "^1.1.1"
57935858

5794-
object.fromentries@^2.0.5:
5795-
version "2.0.5"
5796-
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
5797-
integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
5859+
object.entries@^1.1.6:
5860+
version "1.1.6"
5861+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23"
5862+
integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==
57985863
dependencies:
57995864
call-bind "^1.0.2"
5800-
define-properties "^1.1.3"
5801-
es-abstract "^1.19.1"
5865+
define-properties "^1.1.4"
5866+
es-abstract "^1.20.4"
58025867

5803-
object.hasown@^1.1.1:
5804-
version "1.1.1"
5805-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz#ad1eecc60d03f49460600430d97f23882cf592a3"
5806-
integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==
5868+
object.fromentries@^2.0.6:
5869+
version "2.0.6"
5870+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73"
5871+
integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==
58075872
dependencies:
5873+
call-bind "^1.0.2"
58085874
define-properties "^1.1.4"
5809-
es-abstract "^1.19.5"
5875+
es-abstract "^1.20.4"
58105876

5811-
object.values@^1.1.5:
5812-
version "1.1.5"
5813-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
5814-
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
5877+
object.hasown@^1.1.2:
5878+
version "1.1.2"
5879+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92"
5880+
integrity sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==
5881+
dependencies:
5882+
define-properties "^1.1.4"
5883+
es-abstract "^1.20.4"
5884+
5885+
object.values@^1.1.5, object.values@^1.1.6:
5886+
version "1.1.6"
5887+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d"
5888+
integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==
58155889
dependencies:
58165890
call-bind "^1.0.2"
5817-
define-properties "^1.1.3"
5818-
es-abstract "^1.19.1"
5891+
define-properties "^1.1.4"
5892+
es-abstract "^1.20.4"
58195893

58205894
on-finished@2.4.1, on-finished@^2.2.0:
58215895
version "2.4.1"
@@ -6469,7 +6543,7 @@ regenerator-runtime@^0.13.4:
64696543
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
64706544
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
64716545

6472-
regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
6546+
regexp.prototype.flags@^1.4.3:
64736547
version "1.4.3"
64746548
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
64756549
integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==
@@ -6657,6 +6731,15 @@ safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.2,
66576731
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
66586732
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
66596733

6734+
safe-regex-test@^1.0.0:
6735+
version "1.0.0"
6736+
resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz#793b874d524eb3640d1873aad03596db2d4f2295"
6737+
integrity sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==
6738+
dependencies:
6739+
call-bind "^1.0.2"
6740+
get-intrinsic "^1.1.3"
6741+
is-regex "^1.1.4"
6742+
66606743
safe-stable-stringify@^2.3.1:
66616744
version "2.3.1"
66626745
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz#ab67cbe1fe7d40603ca641c5e765cb942d04fc73"
@@ -6922,18 +7005,18 @@ string-length@^1.0.0:
69227005
is-fullwidth-code-point "^3.0.0"
69237006
strip-ansi "^6.0.1"
69247007

6925-
string.prototype.matchall@^4.0.7:
6926-
version "4.0.7"
6927-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d"
6928-
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==
7008+
string.prototype.matchall@^4.0.8:
7009+
version "4.0.8"
7010+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
7011+
integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==
69297012
dependencies:
69307013
call-bind "^1.0.2"
6931-
define-properties "^1.1.3"
6932-
es-abstract "^1.19.1"
6933-
get-intrinsic "^1.1.1"
7014+
define-properties "^1.1.4"
7015+
es-abstract "^1.20.4"
7016+
get-intrinsic "^1.1.3"
69347017
has-symbols "^1.0.3"
69357018
internal-slot "^1.0.3"
6936-
regexp.prototype.flags "^1.4.1"
7019+
regexp.prototype.flags "^1.4.3"
69377020
side-channel "^1.0.4"
69387021

69397022
string.prototype.trimend@^1.0.5:
@@ -6945,6 +7028,15 @@ string.prototype.trimend@^1.0.5:
69457028
define-properties "^1.1.4"
69467029
es-abstract "^1.19.5"
69477030

7031+
string.prototype.trimend@^1.0.6:
7032+
version "1.0.6"
7033+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#c4a27fa026d979d79c04f17397f250a462944533"
7034+
integrity sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==
7035+
dependencies:
7036+
call-bind "^1.0.2"
7037+
define-properties "^1.1.4"
7038+
es-abstract "^1.20.4"
7039+
69487040
string.prototype.trimstart@^1.0.5:
69497041
version "1.0.5"
69507042
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz#5466d93ba58cfa2134839f81d7f42437e8c01fef"
@@ -6954,6 +7046,15 @@ string.prototype.trimstart@^1.0.5:
69547046
define-properties "^1.1.4"
69557047
es-abstract "^1.19.5"
69567048

7049+
string.prototype.trimstart@^1.0.6:
7050+
version "1.0.6"
7051+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#e90ab66aa8e4007d92ef591bbf3cd422c56bdcf4"
7052+
integrity sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==
7053+
dependencies:
7054+
call-bind "^1.0.2"
7055+
define-properties "^1.1.4"
7056+
es-abstract "^1.20.4"
7057+
69577058
string_decoder@^1.1.1:
69587059
version "1.3.0"
69597060
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"

0 commit comments

Comments
 (0)