Skip to content

Commit 97e2f86

Browse files
build(deps-dev): bump eslint-plugin-react from 7.31.10 to 7.31.11
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.31.10 to 7.31.11. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.31.10...v7.31.11) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95d1e89 commit 97e2f86

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.15.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"
@@ -3173,7 +3184,7 @@ error-ex@^1.3.1:
31733184
dependencies:
31743185
is-arrayish "^0.2.1"
31753186

3176-
es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19.5:
3187+
es-abstract@^1.19.0, es-abstract@^1.19.2, es-abstract@^1.19.5:
31773188
version "1.20.1"
31783189
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814"
31793190
integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==
@@ -3202,6 +3213,37 @@ es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19
32023213
string.prototype.trimstart "^1.0.5"
32033214
unbox-primitive "^1.0.2"
32043215

3216+
es-abstract@^1.20.4:
3217+
version "1.20.5"
3218+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.5.tgz#e6dc99177be37cacda5988e692c3fa8b218e95d2"
3219+
integrity sha512-7h8MM2EQhsCA7pU/Nv78qOXFpD8Rhqd12gYiSJVkrH9+e8VuA8JlPJK/hQjjlLv6pJvx/z1iRFKzYb0XT/RuAQ==
3220+
dependencies:
3221+
call-bind "^1.0.2"
3222+
es-to-primitive "^1.2.1"
3223+
function-bind "^1.1.1"
3224+
function.prototype.name "^1.1.5"
3225+
get-intrinsic "^1.1.3"
3226+
get-symbol-description "^1.0.0"
3227+
gopd "^1.0.1"
3228+
has "^1.0.3"
3229+
has-property-descriptors "^1.0.0"
3230+
has-symbols "^1.0.3"
3231+
internal-slot "^1.0.3"
3232+
is-callable "^1.2.7"
3233+
is-negative-zero "^2.0.2"
3234+
is-regex "^1.1.4"
3235+
is-shared-array-buffer "^1.0.2"
3236+
is-string "^1.0.7"
3237+
is-weakref "^1.0.2"
3238+
object-inspect "^1.12.2"
3239+
object-keys "^1.1.1"
3240+
object.assign "^4.1.4"
3241+
regexp.prototype.flags "^1.4.3"
3242+
safe-regex-test "^1.0.0"
3243+
string.prototype.trimend "^1.0.6"
3244+
string.prototype.trimstart "^1.0.6"
3245+
unbox-primitive "^1.0.2"
3246+
32053247
es-shim-unscopables@^1.0.0:
32063248
version "1.0.0"
32073249
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
@@ -3478,25 +3520,26 @@ eslint-plugin-react-hooks@^4.5.0:
34783520
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
34793521
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
34803522

3481-
eslint-plugin-react@^7.31.10, eslint-plugin-react@^7.31.7:
3482-
version "7.31.10"
3483-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz#6782c2c7fe91c09e715d536067644bbb9491419a"
3484-
integrity sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==
3523+
eslint-plugin-react@^7.31.11, eslint-plugin-react@^7.31.7:
3524+
version "7.31.11"
3525+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz#011521d2b16dcf95795df688a4770b4eaab364c8"
3526+
integrity sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==
34853527
dependencies:
3486-
array-includes "^3.1.5"
3487-
array.prototype.flatmap "^1.3.0"
3528+
array-includes "^3.1.6"
3529+
array.prototype.flatmap "^1.3.1"
3530+
array.prototype.tosorted "^1.1.1"
34883531
doctrine "^2.1.0"
34893532
estraverse "^5.3.0"
34903533
jsx-ast-utils "^2.4.1 || ^3.0.0"
34913534
minimatch "^3.1.2"
3492-
object.entries "^1.1.5"
3493-
object.fromentries "^2.0.5"
3494-
object.hasown "^1.1.1"
3495-
object.values "^1.1.5"
3535+
object.entries "^1.1.6"
3536+
object.fromentries "^2.0.6"
3537+
object.hasown "^1.1.2"
3538+
object.values "^1.1.6"
34963539
prop-types "^15.8.1"
34973540
resolve "^2.0.0-next.3"
34983541
semver "^6.3.0"
3499-
string.prototype.matchall "^4.0.7"
3542+
string.prototype.matchall "^4.0.8"
35003543

35013544
eslint-scope@^5.1.1:
35023545
version "5.1.1"
@@ -4178,6 +4221,15 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
41784221
has "^1.0.3"
41794222
has-symbols "^1.0.3"
41804223

4224+
get-intrinsic@^1.1.3:
4225+
version "1.1.3"
4226+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385"
4227+
integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==
4228+
dependencies:
4229+
function-bind "^1.1.1"
4230+
has "^1.0.3"
4231+
has-symbols "^1.0.3"
4232+
41814233
get-nonce@^1.0.0:
41824234
version "1.0.1"
41834235
resolved "https://registry.yarnpkg.com/get-nonce/-/get-nonce-1.0.1.tgz#fdf3f0278073820d2ce9426c18f07481b1e0cdf3"
@@ -4377,6 +4429,13 @@ google-p12-pem@^4.0.0:
43774429
dependencies:
43784430
node-forge "^1.3.1"
43794431

4432+
gopd@^1.0.1:
4433+
version "1.0.1"
4434+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
4435+
integrity sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==
4436+
dependencies:
4437+
get-intrinsic "^1.1.3"
4438+
43804439
got@^9.6.0:
43814440
version "9.6.0"
43824441
resolved "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85"
@@ -4745,6 +4804,11 @@ is-callable@^1.1.4, is-callable@^1.2.4:
47454804
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
47464805
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
47474806

4807+
is-callable@^1.2.7:
4808+
version "1.2.7"
4809+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
4810+
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
4811+
47484812
is-ci@^2.0.0:
47494813
version "2.0.0"
47504814
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -5815,7 +5879,7 @@ object-hash@^3.0.0:
58155879
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9"
58165880
integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
58175881

5818-
object-inspect@^1.12.0, object-inspect@^1.9.0:
5882+
object-inspect@^1.12.0, object-inspect@^1.12.2, object-inspect@^1.9.0:
58195883
version "1.12.2"
58205884
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
58215885
integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
@@ -5835,40 +5899,50 @@ object.assign@^4.1.2:
58355899
has-symbols "^1.0.1"
58365900
object-keys "^1.1.1"
58375901

5838-
object.entries@^1.1.5:
5839-
version "1.1.5"
5840-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
5841-
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
5902+
object.assign@^4.1.4:
5903+
version "4.1.4"
5904+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f"
5905+
integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==
58425906
dependencies:
58435907
call-bind "^1.0.2"
5844-
define-properties "^1.1.3"
5845-
es-abstract "^1.19.1"
5908+
define-properties "^1.1.4"
5909+
has-symbols "^1.0.3"
5910+
object-keys "^1.1.1"
58465911

5847-
object.fromentries@^2.0.5:
5848-
version "2.0.5"
5849-
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
5850-
integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
5912+
object.entries@^1.1.6:
5913+
version "1.1.6"
5914+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23"
5915+
integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==
58515916
dependencies:
58525917
call-bind "^1.0.2"
5853-
define-properties "^1.1.3"
5854-
es-abstract "^1.19.1"
5918+
define-properties "^1.1.4"
5919+
es-abstract "^1.20.4"
58555920

5856-
object.hasown@^1.1.1:
5857-
version "1.1.1"
5858-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz#ad1eecc60d03f49460600430d97f23882cf592a3"
5859-
integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==
5921+
object.fromentries@^2.0.6:
5922+
version "2.0.6"
5923+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73"
5924+
integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==
58605925
dependencies:
5926+
call-bind "^1.0.2"
58615927
define-properties "^1.1.4"
5862-
es-abstract "^1.19.5"
5928+
es-abstract "^1.20.4"
58635929

5864-
object.values@^1.1.5:
5865-
version "1.1.5"
5866-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
5867-
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
5930+
object.hasown@^1.1.2:
5931+
version "1.1.2"
5932+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92"
5933+
integrity sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==
5934+
dependencies:
5935+
define-properties "^1.1.4"
5936+
es-abstract "^1.20.4"
5937+
5938+
object.values@^1.1.5, object.values@^1.1.6:
5939+
version "1.1.6"
5940+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d"
5941+
integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==
58685942
dependencies:
58695943
call-bind "^1.0.2"
5870-
define-properties "^1.1.3"
5871-
es-abstract "^1.19.1"
5944+
define-properties "^1.1.4"
5945+
es-abstract "^1.20.4"
58725946

58735947
on-finished@2.4.1, on-finished@^2.2.0:
58745948
version "2.4.1"
@@ -6522,7 +6596,7 @@ regenerator-runtime@^0.13.4:
65226596
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
65236597
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
65246598

6525-
regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
6599+
regexp.prototype.flags@^1.4.3:
65266600
version "1.4.3"
65276601
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
65286602
integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==
@@ -6710,6 +6784,15 @@ safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.2,
67106784
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
67116785
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
67126786

6787+
safe-regex-test@^1.0.0:
6788+
version "1.0.0"
6789+
resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz#793b874d524eb3640d1873aad03596db2d4f2295"
6790+
integrity sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==
6791+
dependencies:
6792+
call-bind "^1.0.2"
6793+
get-intrinsic "^1.1.3"
6794+
is-regex "^1.1.4"
6795+
67136796
safe-stable-stringify@^2.3.1:
67146797
version "2.3.1"
67156798
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz#ab67cbe1fe7d40603ca641c5e765cb942d04fc73"
@@ -6968,18 +7051,18 @@ stream-shift@^1.0.0:
69687051
is-fullwidth-code-point "^3.0.0"
69697052
strip-ansi "^6.0.1"
69707053

6971-
string.prototype.matchall@^4.0.7:
6972-
version "4.0.7"
6973-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d"
6974-
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==
7054+
string.prototype.matchall@^4.0.8:
7055+
version "4.0.8"
7056+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
7057+
integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==
69757058
dependencies:
69767059
call-bind "^1.0.2"
6977-
define-properties "^1.1.3"
6978-
es-abstract "^1.19.1"
6979-
get-intrinsic "^1.1.1"
7060+
define-properties "^1.1.4"
7061+
es-abstract "^1.20.4"
7062+
get-intrinsic "^1.1.3"
69807063
has-symbols "^1.0.3"
69817064
internal-slot "^1.0.3"
6982-
regexp.prototype.flags "^1.4.1"
7065+
regexp.prototype.flags "^1.4.3"
69837066
side-channel "^1.0.4"
69847067

69857068
string.prototype.trimend@^1.0.5:
@@ -6991,6 +7074,15 @@ string.prototype.trimend@^1.0.5:
69917074
define-properties "^1.1.4"
69927075
es-abstract "^1.19.5"
69937076

7077+
string.prototype.trimend@^1.0.6:
7078+
version "1.0.6"
7079+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#c4a27fa026d979d79c04f17397f250a462944533"
7080+
integrity sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==
7081+
dependencies:
7082+
call-bind "^1.0.2"
7083+
define-properties "^1.1.4"
7084+
es-abstract "^1.20.4"
7085+
69947086
string.prototype.trimstart@^1.0.5:
69957087
version "1.0.5"
69967088
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz#5466d93ba58cfa2134839f81d7f42437e8c01fef"
@@ -7000,6 +7092,15 @@ string.prototype.trimstart@^1.0.5:
70007092
define-properties "^1.1.4"
70017093
es-abstract "^1.19.5"
70027094

7095+
string.prototype.trimstart@^1.0.6:
7096+
version "1.0.6"
7097+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#e90ab66aa8e4007d92ef591bbf3cd422c56bdcf4"
7098+
integrity sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==
7099+
dependencies:
7100+
call-bind "^1.0.2"
7101+
define-properties "^1.1.4"
7102+
es-abstract "^1.20.4"
7103+
70037104
string_decoder@^1.1.1:
70047105
version "1.3.0"
70057106
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"

0 commit comments

Comments
 (0)