Skip to content

Commit 26aa90d

Browse files
authored
Merge pull request #362 from gadget-inc/depfu/update/yarn/eslint-plugin-react-7.30.1
Update eslint-plugin-react: 7.29.4 → 7.30.1 (minor)
2 parents 77eca16 + f44f4c8 commit 26aa90d

File tree

2 files changed

+177
-28
lines changed

2 files changed

+177
-28
lines changed

packages/fastify-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"eslint-config-prettier": "^8.5.0",
8787
"eslint-plugin-import": "^2.26.0",
8888
"eslint-plugin-prettier": "^3.4.1",
89-
"eslint-plugin-react": "^7.29.4",
89+
"eslint-plugin-react": "^7.30.1",
9090
"eslint-plugin-react-hooks": "^4.6.0",
9191
"fastify": "^3.28.0",
9292
"gitpkg": "^1.0.0-beta.2",

yarn.lock

Lines changed: 176 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,6 +1695,17 @@ array-includes@^3.1.4:
16951695
get-intrinsic "^1.1.1"
16961696
is-string "^1.0.7"
16971697

1698+
array-includes@^3.1.5:
1699+
version "3.1.5"
1700+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.5.tgz#2c320010db8d31031fd2a5f6b3bbd4b1aad31bdb"
1701+
integrity sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==
1702+
dependencies:
1703+
call-bind "^1.0.2"
1704+
define-properties "^1.1.4"
1705+
es-abstract "^1.19.5"
1706+
get-intrinsic "^1.1.1"
1707+
is-string "^1.0.7"
1708+
16981709
array-union@^2.1.0:
16991710
version "2.1.0"
17001711
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
@@ -1709,14 +1720,15 @@ array.prototype.flat@^1.2.5:
17091720
define-properties "^1.1.3"
17101721
es-abstract "^1.19.0"
17111722

1712-
array.prototype.flatmap@^1.2.5:
1713-
version "1.2.5"
1714-
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446"
1715-
integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==
1723+
array.prototype.flatmap@^1.3.0:
1724+
version "1.3.0"
1725+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f"
1726+
integrity sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==
17161727
dependencies:
1717-
call-bind "^1.0.0"
1728+
call-bind "^1.0.2"
17181729
define-properties "^1.1.3"
1719-
es-abstract "^1.19.0"
1730+
es-abstract "^1.19.2"
1731+
es-shim-unscopables "^1.0.0"
17201732

17211733
asn1@~0.2.3:
17221734
version "0.2.4"
@@ -2394,6 +2406,14 @@ define-properties@^1.1.3:
23942406
dependencies:
23952407
object-keys "^1.0.12"
23962408

2409+
define-properties@^1.1.4:
2410+
version "1.1.4"
2411+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.4.tgz#0b14d7bd7fbeb2f3572c3a7eda80ea5d57fb05b1"
2412+
integrity sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==
2413+
dependencies:
2414+
has-property-descriptors "^1.0.0"
2415+
object-keys "^1.1.1"
2416+
23972417
del@^5.1.0:
23982418
version "5.1.0"
23992419
resolved "https://registry.yarnpkg.com/del/-/del-5.1.0.tgz#d9487c94e367410e6eff2925ee58c0c84a75b3a7"
@@ -2588,6 +2608,35 @@ es-abstract@^1.19.0, es-abstract@^1.19.1:
25882608
string.prototype.trimstart "^1.0.4"
25892609
unbox-primitive "^1.0.1"
25902610

2611+
es-abstract@^1.19.2, es-abstract@^1.19.5:
2612+
version "1.20.1"
2613+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814"
2614+
integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==
2615+
dependencies:
2616+
call-bind "^1.0.2"
2617+
es-to-primitive "^1.2.1"
2618+
function-bind "^1.1.1"
2619+
function.prototype.name "^1.1.5"
2620+
get-intrinsic "^1.1.1"
2621+
get-symbol-description "^1.0.0"
2622+
has "^1.0.3"
2623+
has-property-descriptors "^1.0.0"
2624+
has-symbols "^1.0.3"
2625+
internal-slot "^1.0.3"
2626+
is-callable "^1.2.4"
2627+
is-negative-zero "^2.0.2"
2628+
is-regex "^1.1.4"
2629+
is-shared-array-buffer "^1.0.2"
2630+
is-string "^1.0.7"
2631+
is-weakref "^1.0.2"
2632+
object-inspect "^1.12.0"
2633+
object-keys "^1.1.1"
2634+
object.assign "^4.1.2"
2635+
regexp.prototype.flags "^1.4.3"
2636+
string.prototype.trimend "^1.0.5"
2637+
string.prototype.trimstart "^1.0.5"
2638+
unbox-primitive "^1.0.2"
2639+
25912640
es-get-iterator@^1.1.1:
25922641
version "1.1.2"
25932642
resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.2.tgz#9234c54aba713486d7ebde0220864af5e2b283f7"
@@ -2602,6 +2651,13 @@ es-get-iterator@^1.1.1:
26022651
is-string "^1.0.5"
26032652
isarray "^2.0.5"
26042653

2654+
es-shim-unscopables@^1.0.0:
2655+
version "1.0.0"
2656+
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
2657+
integrity sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==
2658+
dependencies:
2659+
has "^1.0.3"
2660+
26052661
es-to-primitive@^1.2.1:
26062662
version "1.2.1"
26072663
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -2826,25 +2882,25 @@ eslint-plugin-react-hooks@^4.6.0:
28262882
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
28272883
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
28282884

2829-
eslint-plugin-react@^7.29.4:
2830-
version "7.29.4"
2831-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz#4717de5227f55f3801a5fd51a16a4fa22b5914d2"
2832-
integrity sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==
2885+
eslint-plugin-react@^7.30.1:
2886+
version "7.30.1"
2887+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.30.1.tgz#2be4ab23ce09b5949c6631413ba64b2810fd3e22"
2888+
integrity sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg==
28332889
dependencies:
2834-
array-includes "^3.1.4"
2835-
array.prototype.flatmap "^1.2.5"
2890+
array-includes "^3.1.5"
2891+
array.prototype.flatmap "^1.3.0"
28362892
doctrine "^2.1.0"
28372893
estraverse "^5.3.0"
28382894
jsx-ast-utils "^2.4.1 || ^3.0.0"
28392895
minimatch "^3.1.2"
28402896
object.entries "^1.1.5"
28412897
object.fromentries "^2.0.5"
2842-
object.hasown "^1.1.0"
2898+
object.hasown "^1.1.1"
28432899
object.values "^1.1.5"
28442900
prop-types "^15.8.1"
28452901
resolve "^2.0.0-next.3"
28462902
semver "^6.3.0"
2847-
string.prototype.matchall "^4.0.6"
2903+
string.prototype.matchall "^4.0.7"
28482904

28492905
eslint-scope@^5.1.1:
28502906
version "5.1.1"
@@ -3462,11 +3518,26 @@ function-bind@^1.1.1:
34623518
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
34633519
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
34643520

3521+
function.prototype.name@^1.1.5:
3522+
version "1.1.5"
3523+
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621"
3524+
integrity sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==
3525+
dependencies:
3526+
call-bind "^1.0.2"
3527+
define-properties "^1.1.3"
3528+
es-abstract "^1.19.0"
3529+
functions-have-names "^1.2.2"
3530+
34653531
functional-red-black-tree@^1.0.1:
34663532
version "1.0.1"
34673533
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
34683534
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
34693535

3536+
functions-have-names@^1.2.2:
3537+
version "1.2.3"
3538+
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"
3539+
integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==
3540+
34703541
gensync@^1.0.0-beta.2:
34713542
version "1.0.0-beta.2"
34723543
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
@@ -3647,6 +3718,11 @@ has-bigints@^1.0.0, has-bigints@^1.0.1:
36473718
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
36483719
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
36493720

3721+
has-bigints@^1.0.2:
3722+
version "1.0.2"
3723+
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
3724+
integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==
3725+
36503726
has-flag@^3.0.0:
36513727
version "3.0.0"
36523728
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
@@ -3657,11 +3733,23 @@ has-flag@^4.0.0:
36573733
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
36583734
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
36593735

3736+
has-property-descriptors@^1.0.0:
3737+
version "1.0.0"
3738+
resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861"
3739+
integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==
3740+
dependencies:
3741+
get-intrinsic "^1.1.1"
3742+
36603743
has-symbols@^1.0.0, has-symbols@^1.0.1, has-symbols@^1.0.2:
36613744
version "1.0.2"
36623745
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
36633746
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
36643747

3748+
has-symbols@^1.0.3:
3749+
version "1.0.3"
3750+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
3751+
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
3752+
36653753
has-tostringtag@^1.0.0:
36663754
version "1.0.0"
36673755
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
@@ -4012,6 +4100,11 @@ is-negative-zero@^2.0.1:
40124100
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
40134101
integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==
40144102

4103+
is-negative-zero@^2.0.2:
4104+
version "2.0.2"
4105+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150"
4106+
integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==
4107+
40154108
is-number-object@^1.0.4:
40164109
version "1.0.4"
40174110
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.4.tgz#36ac95e741cf18b283fc1ddf5e83da798e3ec197"
@@ -4071,6 +4164,13 @@ is-shared-array-buffer@^1.0.1:
40714164
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
40724165
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
40734166

4167+
is-shared-array-buffer@^1.0.2:
4168+
version "1.0.2"
4169+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79"
4170+
integrity sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==
4171+
dependencies:
4172+
call-bind "^1.0.2"
4173+
40744174
is-stream@^2.0.0:
40754175
version "2.0.0"
40764176
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
@@ -4123,6 +4223,13 @@ is-weakref@^1.0.1:
41234223
dependencies:
41244224
call-bind "^1.0.0"
41254225

4226+
is-weakref@^1.0.2:
4227+
version "1.0.2"
4228+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
4229+
integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==
4230+
dependencies:
4231+
call-bind "^1.0.2"
4232+
41264233
is-weakset@^2.0.1:
41274234
version "2.0.1"
41284235
resolved "https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.1.tgz#e9a0af88dbd751589f5e50d80f4c98b780884f83"
@@ -5186,6 +5293,11 @@ object-inspect@^1.11.0:
51865293
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
51875294
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
51885295

5296+
object-inspect@^1.12.0:
5297+
version "1.12.2"
5298+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
5299+
integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
5300+
51895301
object-inspect@^1.9.0:
51905302
version "1.9.0"
51915303
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
@@ -5232,13 +5344,13 @@ object.fromentries@^2.0.5:
52325344
define-properties "^1.1.3"
52335345
es-abstract "^1.19.1"
52345346

5235-
object.hasown@^1.1.0:
5236-
version "1.1.0"
5237-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
5238-
integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
5347+
object.hasown@^1.1.1:
5348+
version "1.1.1"
5349+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz#ad1eecc60d03f49460600430d97f23882cf592a3"
5350+
integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==
52395351
dependencies:
5240-
define-properties "^1.1.3"
5241-
es-abstract "^1.19.1"
5352+
define-properties "^1.1.4"
5353+
es-abstract "^1.19.5"
52425354

52435355
object.values@^1.1.5:
52445356
version "1.1.5"
@@ -5821,14 +5933,23 @@ readable-stream@^3.0.0, readable-stream@^3.1.1, readable-stream@^3.4.0, readable
58215933
string_decoder "^1.1.1"
58225934
util-deprecate "^1.0.1"
58235935

5824-
regexp.prototype.flags@^1.3.0, regexp.prototype.flags@^1.3.1:
5936+
regexp.prototype.flags@^1.3.0:
58255937
version "1.3.1"
58265938
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26"
58275939
integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==
58285940
dependencies:
58295941
call-bind "^1.0.2"
58305942
define-properties "^1.1.3"
58315943

5944+
regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
5945+
version "1.4.3"
5946+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
5947+
integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==
5948+
dependencies:
5949+
call-bind "^1.0.2"
5950+
define-properties "^1.1.3"
5951+
functions-have-names "^1.2.2"
5952+
58325953
regexpp@^3.1.0:
58335954
version "3.1.0"
58345955
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
@@ -6337,18 +6458,18 @@ string-width@^4.1.0, string-width@^4.2.0:
63376458
is-fullwidth-code-point "^3.0.0"
63386459
strip-ansi "^6.0.0"
63396460

6340-
string.prototype.matchall@^4.0.6:
6341-
version "4.0.6"
6342-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
6343-
integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==
6461+
string.prototype.matchall@^4.0.7:
6462+
version "4.0.7"
6463+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d"
6464+
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==
63446465
dependencies:
63456466
call-bind "^1.0.2"
63466467
define-properties "^1.1.3"
63476468
es-abstract "^1.19.1"
63486469
get-intrinsic "^1.1.1"
6349-
has-symbols "^1.0.2"
6470+
has-symbols "^1.0.3"
63506471
internal-slot "^1.0.3"
6351-
regexp.prototype.flags "^1.3.1"
6472+
regexp.prototype.flags "^1.4.1"
63526473
side-channel "^1.0.4"
63536474

63546475
string.prototype.padend@^3.0.0:
@@ -6368,6 +6489,15 @@ string.prototype.trimend@^1.0.4:
63686489
call-bind "^1.0.2"
63696490
define-properties "^1.1.3"
63706491

6492+
string.prototype.trimend@^1.0.5:
6493+
version "1.0.5"
6494+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz#914a65baaab25fbdd4ee291ca7dde57e869cb8d0"
6495+
integrity sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==
6496+
dependencies:
6497+
call-bind "^1.0.2"
6498+
define-properties "^1.1.4"
6499+
es-abstract "^1.19.5"
6500+
63716501
string.prototype.trimstart@^1.0.4:
63726502
version "1.0.4"
63736503
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed"
@@ -6376,6 +6506,15 @@ string.prototype.trimstart@^1.0.4:
63766506
call-bind "^1.0.2"
63776507
define-properties "^1.1.3"
63786508

6509+
string.prototype.trimstart@^1.0.5:
6510+
version "1.0.5"
6511+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz#5466d93ba58cfa2134839f81d7f42437e8c01fef"
6512+
integrity sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==
6513+
dependencies:
6514+
call-bind "^1.0.2"
6515+
define-properties "^1.1.4"
6516+
es-abstract "^1.19.5"
6517+
63796518
string_decoder@^1.1.1:
63806519
version "1.3.0"
63816520
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
@@ -6727,6 +6866,16 @@ unbox-primitive@^1.0.1:
67276866
has-symbols "^1.0.2"
67286867
which-boxed-primitive "^1.0.2"
67296868

6869+
unbox-primitive@^1.0.2:
6870+
version "1.0.2"
6871+
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"
6872+
integrity sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==
6873+
dependencies:
6874+
call-bind "^1.0.2"
6875+
has-bigints "^1.0.2"
6876+
has-symbols "^1.0.3"
6877+
which-boxed-primitive "^1.0.2"
6878+
67306879
universalify@^0.1.2:
67316880
version "0.1.2"
67326881
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"

0 commit comments

Comments
 (0)