Skip to content

Commit f44f4c8

Browse files
authored
Update eslint-plugin-react to version 7.30.1
1 parent 82f5974 commit f44f4c8

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
@@ -1711,6 +1711,17 @@ array-includes@^3.1.4:
17111711
get-intrinsic "^1.1.1"
17121712
is-string "^1.0.7"
17131713

1714+
array-includes@^3.1.5:
1715+
version "3.1.5"
1716+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.5.tgz#2c320010db8d31031fd2a5f6b3bbd4b1aad31bdb"
1717+
integrity sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==
1718+
dependencies:
1719+
call-bind "^1.0.2"
1720+
define-properties "^1.1.4"
1721+
es-abstract "^1.19.5"
1722+
get-intrinsic "^1.1.1"
1723+
is-string "^1.0.7"
1724+
17141725
array-union@^2.1.0:
17151726
version "2.1.0"
17161727
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
@@ -1725,14 +1736,15 @@ array.prototype.flat@^1.2.5:
17251736
define-properties "^1.1.3"
17261737
es-abstract "^1.19.0"
17271738

1728-
array.prototype.flatmap@^1.2.5:
1729-
version "1.2.5"
1730-
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446"
1731-
integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==
1739+
array.prototype.flatmap@^1.3.0:
1740+
version "1.3.0"
1741+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f"
1742+
integrity sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==
17321743
dependencies:
1733-
call-bind "^1.0.0"
1744+
call-bind "^1.0.2"
17341745
define-properties "^1.1.3"
1735-
es-abstract "^1.19.0"
1746+
es-abstract "^1.19.2"
1747+
es-shim-unscopables "^1.0.0"
17361748

17371749
asn1@~0.2.3:
17381750
version "0.2.4"
@@ -2410,6 +2422,14 @@ define-properties@^1.1.3:
24102422
dependencies:
24112423
object-keys "^1.0.12"
24122424

2425+
define-properties@^1.1.4:
2426+
version "1.1.4"
2427+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.4.tgz#0b14d7bd7fbeb2f3572c3a7eda80ea5d57fb05b1"
2428+
integrity sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==
2429+
dependencies:
2430+
has-property-descriptors "^1.0.0"
2431+
object-keys "^1.1.1"
2432+
24132433
del@^5.1.0:
24142434
version "5.1.0"
24152435
resolved "https://registry.yarnpkg.com/del/-/del-5.1.0.tgz#d9487c94e367410e6eff2925ee58c0c84a75b3a7"
@@ -2604,6 +2624,35 @@ es-abstract@^1.19.0, es-abstract@^1.19.1:
26042624
string.prototype.trimstart "^1.0.4"
26052625
unbox-primitive "^1.0.1"
26062626

2627+
es-abstract@^1.19.2, es-abstract@^1.19.5:
2628+
version "1.20.1"
2629+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814"
2630+
integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==
2631+
dependencies:
2632+
call-bind "^1.0.2"
2633+
es-to-primitive "^1.2.1"
2634+
function-bind "^1.1.1"
2635+
function.prototype.name "^1.1.5"
2636+
get-intrinsic "^1.1.1"
2637+
get-symbol-description "^1.0.0"
2638+
has "^1.0.3"
2639+
has-property-descriptors "^1.0.0"
2640+
has-symbols "^1.0.3"
2641+
internal-slot "^1.0.3"
2642+
is-callable "^1.2.4"
2643+
is-negative-zero "^2.0.2"
2644+
is-regex "^1.1.4"
2645+
is-shared-array-buffer "^1.0.2"
2646+
is-string "^1.0.7"
2647+
is-weakref "^1.0.2"
2648+
object-inspect "^1.12.0"
2649+
object-keys "^1.1.1"
2650+
object.assign "^4.1.2"
2651+
regexp.prototype.flags "^1.4.3"
2652+
string.prototype.trimend "^1.0.5"
2653+
string.prototype.trimstart "^1.0.5"
2654+
unbox-primitive "^1.0.2"
2655+
26072656
es-get-iterator@^1.1.1:
26082657
version "1.1.2"
26092658
resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.2.tgz#9234c54aba713486d7ebde0220864af5e2b283f7"
@@ -2618,6 +2667,13 @@ es-get-iterator@^1.1.1:
26182667
is-string "^1.0.5"
26192668
isarray "^2.0.5"
26202669

2670+
es-shim-unscopables@^1.0.0:
2671+
version "1.0.0"
2672+
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
2673+
integrity sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==
2674+
dependencies:
2675+
has "^1.0.3"
2676+
26212677
es-to-primitive@^1.2.1:
26222678
version "1.2.1"
26232679
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -2842,25 +2898,25 @@ eslint-plugin-react-hooks@^4.6.0:
28422898
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
28432899
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
28442900

2845-
eslint-plugin-react@^7.29.4:
2846-
version "7.29.4"
2847-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz#4717de5227f55f3801a5fd51a16a4fa22b5914d2"
2848-
integrity sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==
2901+
eslint-plugin-react@^7.30.1:
2902+
version "7.30.1"
2903+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.30.1.tgz#2be4ab23ce09b5949c6631413ba64b2810fd3e22"
2904+
integrity sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg==
28492905
dependencies:
2850-
array-includes "^3.1.4"
2851-
array.prototype.flatmap "^1.2.5"
2906+
array-includes "^3.1.5"
2907+
array.prototype.flatmap "^1.3.0"
28522908
doctrine "^2.1.0"
28532909
estraverse "^5.3.0"
28542910
jsx-ast-utils "^2.4.1 || ^3.0.0"
28552911
minimatch "^3.1.2"
28562912
object.entries "^1.1.5"
28572913
object.fromentries "^2.0.5"
2858-
object.hasown "^1.1.0"
2914+
object.hasown "^1.1.1"
28592915
object.values "^1.1.5"
28602916
prop-types "^15.8.1"
28612917
resolve "^2.0.0-next.3"
28622918
semver "^6.3.0"
2863-
string.prototype.matchall "^4.0.6"
2919+
string.prototype.matchall "^4.0.7"
28642920

28652921
eslint-scope@^5.1.1:
28662922
version "5.1.1"
@@ -3478,11 +3534,26 @@ function-bind@^1.1.1:
34783534
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
34793535
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
34803536

3537+
function.prototype.name@^1.1.5:
3538+
version "1.1.5"
3539+
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621"
3540+
integrity sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==
3541+
dependencies:
3542+
call-bind "^1.0.2"
3543+
define-properties "^1.1.3"
3544+
es-abstract "^1.19.0"
3545+
functions-have-names "^1.2.2"
3546+
34813547
functional-red-black-tree@^1.0.1:
34823548
version "1.0.1"
34833549
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
34843550
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
34853551

3552+
functions-have-names@^1.2.2:
3553+
version "1.2.3"
3554+
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"
3555+
integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==
3556+
34863557
gensync@^1.0.0-beta.2:
34873558
version "1.0.0-beta.2"
34883559
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
@@ -3663,6 +3734,11 @@ has-bigints@^1.0.0, has-bigints@^1.0.1:
36633734
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
36643735
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
36653736

3737+
has-bigints@^1.0.2:
3738+
version "1.0.2"
3739+
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
3740+
integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==
3741+
36663742
has-flag@^3.0.0:
36673743
version "3.0.0"
36683744
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
@@ -3673,11 +3749,23 @@ has-flag@^4.0.0:
36733749
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
36743750
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
36753751

3752+
has-property-descriptors@^1.0.0:
3753+
version "1.0.0"
3754+
resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861"
3755+
integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==
3756+
dependencies:
3757+
get-intrinsic "^1.1.1"
3758+
36763759
has-symbols@^1.0.0, has-symbols@^1.0.1, has-symbols@^1.0.2:
36773760
version "1.0.2"
36783761
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
36793762
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
36803763

3764+
has-symbols@^1.0.3:
3765+
version "1.0.3"
3766+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
3767+
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
3768+
36813769
has-tostringtag@^1.0.0:
36823770
version "1.0.0"
36833771
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
@@ -4028,6 +4116,11 @@ is-negative-zero@^2.0.1:
40284116
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
40294117
integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==
40304118

4119+
is-negative-zero@^2.0.2:
4120+
version "2.0.2"
4121+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150"
4122+
integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==
4123+
40314124
is-number-object@^1.0.4:
40324125
version "1.0.4"
40334126
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.4.tgz#36ac95e741cf18b283fc1ddf5e83da798e3ec197"
@@ -4087,6 +4180,13 @@ is-shared-array-buffer@^1.0.1:
40874180
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
40884181
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
40894182

4183+
is-shared-array-buffer@^1.0.2:
4184+
version "1.0.2"
4185+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79"
4186+
integrity sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==
4187+
dependencies:
4188+
call-bind "^1.0.2"
4189+
40904190
is-stream@^2.0.0:
40914191
version "2.0.0"
40924192
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
@@ -4139,6 +4239,13 @@ is-weakref@^1.0.1:
41394239
dependencies:
41404240
call-bind "^1.0.0"
41414241

4242+
is-weakref@^1.0.2:
4243+
version "1.0.2"
4244+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
4245+
integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==
4246+
dependencies:
4247+
call-bind "^1.0.2"
4248+
41424249
is-weakset@^2.0.1:
41434250
version "2.0.1"
41444251
resolved "https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.1.tgz#e9a0af88dbd751589f5e50d80f4c98b780884f83"
@@ -5202,6 +5309,11 @@ object-inspect@^1.11.0:
52025309
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
52035310
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
52045311

5312+
object-inspect@^1.12.0:
5313+
version "1.12.2"
5314+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
5315+
integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
5316+
52055317
object-inspect@^1.9.0:
52065318
version "1.9.0"
52075319
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
@@ -5248,13 +5360,13 @@ object.fromentries@^2.0.5:
52485360
define-properties "^1.1.3"
52495361
es-abstract "^1.19.1"
52505362

5251-
object.hasown@^1.1.0:
5252-
version "1.1.0"
5253-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
5254-
integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
5363+
object.hasown@^1.1.1:
5364+
version "1.1.1"
5365+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz#ad1eecc60d03f49460600430d97f23882cf592a3"
5366+
integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==
52555367
dependencies:
5256-
define-properties "^1.1.3"
5257-
es-abstract "^1.19.1"
5368+
define-properties "^1.1.4"
5369+
es-abstract "^1.19.5"
52585370

52595371
object.values@^1.1.5:
52605372
version "1.1.5"
@@ -5837,14 +5949,23 @@ readable-stream@^3.0.0, readable-stream@^3.1.1, readable-stream@^3.4.0, readable
58375949
string_decoder "^1.1.1"
58385950
util-deprecate "^1.0.1"
58395951

5840-
regexp.prototype.flags@^1.3.0, regexp.prototype.flags@^1.3.1:
5952+
regexp.prototype.flags@^1.3.0:
58415953
version "1.3.1"
58425954
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26"
58435955
integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==
58445956
dependencies:
58455957
call-bind "^1.0.2"
58465958
define-properties "^1.1.3"
58475959

5960+
regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
5961+
version "1.4.3"
5962+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
5963+
integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==
5964+
dependencies:
5965+
call-bind "^1.0.2"
5966+
define-properties "^1.1.3"
5967+
functions-have-names "^1.2.2"
5968+
58485969
regexpp@^3.1.0:
58495970
version "3.1.0"
58505971
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
@@ -6360,18 +6481,18 @@ string-width@^4.1.0, string-width@^4.2.0:
63606481
is-fullwidth-code-point "^3.0.0"
63616482
strip-ansi "^6.0.0"
63626483

6363-
string.prototype.matchall@^4.0.6:
6364-
version "4.0.6"
6365-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
6366-
integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==
6484+
string.prototype.matchall@^4.0.7:
6485+
version "4.0.7"
6486+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d"
6487+
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==
63676488
dependencies:
63686489
call-bind "^1.0.2"
63696490
define-properties "^1.1.3"
63706491
es-abstract "^1.19.1"
63716492
get-intrinsic "^1.1.1"
6372-
has-symbols "^1.0.2"
6493+
has-symbols "^1.0.3"
63736494
internal-slot "^1.0.3"
6374-
regexp.prototype.flags "^1.3.1"
6495+
regexp.prototype.flags "^1.4.1"
63756496
side-channel "^1.0.4"
63766497

63776498
string.prototype.padend@^3.0.0:
@@ -6391,6 +6512,15 @@ string.prototype.trimend@^1.0.4:
63916512
call-bind "^1.0.2"
63926513
define-properties "^1.1.3"
63936514

6515+
string.prototype.trimend@^1.0.5:
6516+
version "1.0.5"
6517+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz#914a65baaab25fbdd4ee291ca7dde57e869cb8d0"
6518+
integrity sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==
6519+
dependencies:
6520+
call-bind "^1.0.2"
6521+
define-properties "^1.1.4"
6522+
es-abstract "^1.19.5"
6523+
63946524
string.prototype.trimstart@^1.0.4:
63956525
version "1.0.4"
63966526
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed"
@@ -6399,6 +6529,15 @@ string.prototype.trimstart@^1.0.4:
63996529
call-bind "^1.0.2"
64006530
define-properties "^1.1.3"
64016531

6532+
string.prototype.trimstart@^1.0.5:
6533+
version "1.0.5"
6534+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz#5466d93ba58cfa2134839f81d7f42437e8c01fef"
6535+
integrity sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==
6536+
dependencies:
6537+
call-bind "^1.0.2"
6538+
define-properties "^1.1.4"
6539+
es-abstract "^1.19.5"
6540+
64026541
string_decoder@^1.1.1:
64036542
version "1.3.0"
64046543
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
@@ -6750,6 +6889,16 @@ unbox-primitive@^1.0.1:
67506889
has-symbols "^1.0.2"
67516890
which-boxed-primitive "^1.0.2"
67526891

6892+
unbox-primitive@^1.0.2:
6893+
version "1.0.2"
6894+
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"
6895+
integrity sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==
6896+
dependencies:
6897+
call-bind "^1.0.2"
6898+
has-bigints "^1.0.2"
6899+
has-symbols "^1.0.3"
6900+
which-boxed-primitive "^1.0.2"
6901+
67536902
universalify@^0.1.2:
67546903
version "0.1.2"
67556904
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"

0 commit comments

Comments
 (0)