Skip to content

Commit bbe394c

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency eslint-plugin-react to v7.30.0
1 parent 2800e55 commit bbe394c

File tree

2 files changed

+167
-37
lines changed

2 files changed

+167
-37
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"cypress": "9.6.1",
4646
"eslint": "8.15.0",
4747
"eslint-config-prettier": "8.5.0",
48-
"eslint-plugin-react": "7.29.4",
48+
"eslint-plugin-react": "7.30.0",
4949
"husky": "7.0.4",
5050
"isomorphic-fetch": "3.0.0",
5151
"jest": "27.5.1",

yarn.lock

+166-36
Original file line numberDiff line numberDiff line change
@@ -1620,14 +1620,14 @@ array-includes@^3.1.2:
16201620
get-intrinsic "^1.1.1"
16211621
is-string "^1.0.5"
16221622

1623-
array-includes@^3.1.4:
1624-
version "3.1.4"
1625-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9"
1626-
integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==
1623+
array-includes@^3.1.5:
1624+
version "3.1.5"
1625+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.5.tgz#2c320010db8d31031fd2a5f6b3bbd4b1aad31bdb"
1626+
integrity sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==
16271627
dependencies:
16281628
call-bind "^1.0.2"
1629-
define-properties "^1.1.3"
1630-
es-abstract "^1.19.1"
1629+
define-properties "^1.1.4"
1630+
es-abstract "^1.19.5"
16311631
get-intrinsic "^1.1.1"
16321632
is-string "^1.0.7"
16331633

@@ -1636,14 +1636,15 @@ array-union@^2.1.0:
16361636
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
16371637
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
16381638

1639-
array.prototype.flatmap@^1.2.5:
1640-
version "1.2.5"
1641-
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446"
1642-
integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==
1639+
array.prototype.flatmap@^1.3.0:
1640+
version "1.3.0"
1641+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f"
1642+
integrity sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==
16431643
dependencies:
1644-
call-bind "^1.0.0"
1644+
call-bind "^1.0.2"
16451645
define-properties "^1.1.3"
1646-
es-abstract "^1.19.0"
1646+
es-abstract "^1.19.2"
1647+
es-shim-unscopables "^1.0.0"
16471648

16481649
asn1@~0.2.3:
16491650
version "0.2.4"
@@ -2303,6 +2304,14 @@ define-properties@^1.1.3:
23032304
dependencies:
23042305
object-keys "^1.0.12"
23052306

2307+
define-properties@^1.1.4:
2308+
version "1.1.4"
2309+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.4.tgz#0b14d7bd7fbeb2f3572c3a7eda80ea5d57fb05b1"
2310+
integrity sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==
2311+
dependencies:
2312+
has-property-descriptors "^1.0.0"
2313+
object-keys "^1.1.1"
2314+
23062315
delayed-stream@~1.0.0:
23072316
version "1.0.0"
23082317
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
@@ -2458,6 +2467,42 @@ es-abstract@^1.19.0, es-abstract@^1.19.1:
24582467
string.prototype.trimstart "^1.0.4"
24592468
unbox-primitive "^1.0.1"
24602469

2470+
es-abstract@^1.19.2, es-abstract@^1.19.5:
2471+
version "1.20.1"
2472+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814"
2473+
integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==
2474+
dependencies:
2475+
call-bind "^1.0.2"
2476+
es-to-primitive "^1.2.1"
2477+
function-bind "^1.1.1"
2478+
function.prototype.name "^1.1.5"
2479+
get-intrinsic "^1.1.1"
2480+
get-symbol-description "^1.0.0"
2481+
has "^1.0.3"
2482+
has-property-descriptors "^1.0.0"
2483+
has-symbols "^1.0.3"
2484+
internal-slot "^1.0.3"
2485+
is-callable "^1.2.4"
2486+
is-negative-zero "^2.0.2"
2487+
is-regex "^1.1.4"
2488+
is-shared-array-buffer "^1.0.2"
2489+
is-string "^1.0.7"
2490+
is-weakref "^1.0.2"
2491+
object-inspect "^1.12.0"
2492+
object-keys "^1.1.1"
2493+
object.assign "^4.1.2"
2494+
regexp.prototype.flags "^1.4.3"
2495+
string.prototype.trimend "^1.0.5"
2496+
string.prototype.trimstart "^1.0.5"
2497+
unbox-primitive "^1.0.2"
2498+
2499+
es-shim-unscopables@^1.0.0:
2500+
version "1.0.0"
2501+
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
2502+
integrity sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==
2503+
dependencies:
2504+
has "^1.0.3"
2505+
24612506
es-to-primitive@^1.2.1:
24622507
version "1.2.1"
24632508
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -2504,25 +2549,25 @@ [email protected]:
25042549
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
25052550
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
25062551

2507-
eslint-plugin-react@7.29.4:
2508-
version "7.29.4"
2509-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz#4717de5227f55f3801a5fd51a16a4fa22b5914d2"
2510-
integrity sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==
2552+
eslint-plugin-react@7.30.0:
2553+
version "7.30.0"
2554+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.30.0.tgz#8e7b1b2934b8426ac067a0febade1b13bd7064e3"
2555+
integrity sha512-RgwH7hjW48BleKsYyHK5vUAvxtE9SMPDKmcPRQgtRCYaZA0XQPt5FSkrU3nhz5ifzMZcA8opwmRJ2cmOO8tr5A==
25112556
dependencies:
2512-
array-includes "^3.1.4"
2513-
array.prototype.flatmap "^1.2.5"
2557+
array-includes "^3.1.5"
2558+
array.prototype.flatmap "^1.3.0"
25142559
doctrine "^2.1.0"
25152560
estraverse "^5.3.0"
25162561
jsx-ast-utils "^2.4.1 || ^3.0.0"
25172562
minimatch "^3.1.2"
25182563
object.entries "^1.1.5"
25192564
object.fromentries "^2.0.5"
2520-
object.hasown "^1.1.0"
2565+
object.hasown "^1.1.1"
25212566
object.values "^1.1.5"
25222567
prop-types "^15.8.1"
25232568
resolve "^2.0.0-next.3"
25242569
semver "^6.3.0"
2525-
string.prototype.matchall "^4.0.6"
2570+
string.prototype.matchall "^4.0.7"
25262571

25272572
eslint-scope@^5.1.1:
25282573
version "5.1.1"
@@ -2889,11 +2934,26 @@ function-bind@^1.1.1:
28892934
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
28902935
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
28912936

2937+
function.prototype.name@^1.1.5:
2938+
version "1.1.5"
2939+
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621"
2940+
integrity sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==
2941+
dependencies:
2942+
call-bind "^1.0.2"
2943+
define-properties "^1.1.3"
2944+
es-abstract "^1.19.0"
2945+
functions-have-names "^1.2.2"
2946+
28922947
functional-red-black-tree@^1.0.1:
28932948
version "1.0.1"
28942949
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
28952950
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
28962951

2952+
functions-have-names@^1.2.2:
2953+
version "1.2.3"
2954+
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"
2955+
integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==
2956+
28972957
gensync@^1.0.0-beta.1, gensync@^1.0.0-beta.2:
28982958
version "1.0.0-beta.2"
28992959
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
@@ -3053,6 +3113,11 @@ has-bigints@^1.0.1:
30533113
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
30543114
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
30553115

3116+
has-bigints@^1.0.2:
3117+
version "1.0.2"
3118+
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
3119+
integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==
3120+
30563121
has-flag@^3.0.0:
30573122
version "3.0.0"
30583123
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
@@ -3063,6 +3128,13 @@ has-flag@^4.0.0:
30633128
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
30643129
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
30653130

3131+
has-property-descriptors@^1.0.0:
3132+
version "1.0.0"
3133+
resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861"
3134+
integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==
3135+
dependencies:
3136+
get-intrinsic "^1.1.1"
3137+
30663138
has-symbols@^1.0.1:
30673139
version "1.0.1"
30683140
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
@@ -3073,6 +3145,11 @@ has-symbols@^1.0.2:
30733145
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
30743146
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
30753147

3148+
has-symbols@^1.0.3:
3149+
version "1.0.3"
3150+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
3151+
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
3152+
30763153
has-tostringtag@^1.0.0:
30773154
version "1.0.0"
30783155
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
@@ -3312,6 +3389,11 @@ is-negative-zero@^2.0.1:
33123389
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
33133390
integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==
33143391

3392+
is-negative-zero@^2.0.2:
3393+
version "2.0.2"
3394+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150"
3395+
integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==
3396+
33153397
is-number-object@^1.0.4:
33163398
version "1.0.5"
33173399
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.5.tgz#6edfaeed7950cff19afedce9fbfca9ee6dd289eb"
@@ -3353,6 +3435,13 @@ is-shared-array-buffer@^1.0.1:
33533435
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
33543436
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
33553437

3438+
is-shared-array-buffer@^1.0.2:
3439+
version "1.0.2"
3440+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79"
3441+
integrity sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==
3442+
dependencies:
3443+
call-bind "^1.0.2"
3444+
33563445
is-stream@^2.0.0:
33573446
version "2.0.0"
33583447
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
@@ -3396,6 +3485,13 @@ is-weakref@^1.0.1:
33963485
dependencies:
33973486
call-bind "^1.0.0"
33983487

3488+
is-weakref@^1.0.2:
3489+
version "1.0.2"
3490+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
3491+
integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==
3492+
dependencies:
3493+
call-bind "^1.0.2"
3494+
33993495
isexe@^2.0.0:
34003496
version "2.0.0"
34013497
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
@@ -4329,6 +4425,11 @@ object-inspect@^1.11.0:
43294425
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
43304426
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
43314427

4428+
object-inspect@^1.12.0:
4429+
version "1.12.0"
4430+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0"
4431+
integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==
4432+
43324433
object-inspect@^1.9.0:
43334434
version "1.9.0"
43344435
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
@@ -4367,13 +4468,13 @@ object.fromentries@^2.0.5:
43674468
define-properties "^1.1.3"
43684469
es-abstract "^1.19.1"
43694470

4370-
object.hasown@^1.1.0:
4371-
version "1.1.0"
4372-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
4373-
integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
4471+
object.hasown@^1.1.1:
4472+
version "1.1.1"
4473+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz#ad1eecc60d03f49460600430d97f23882cf592a3"
4474+
integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==
43744475
dependencies:
4375-
define-properties "^1.1.3"
4376-
es-abstract "^1.19.1"
4476+
define-properties "^1.1.4"
4477+
es-abstract "^1.19.5"
43774478

43784479
object.values@^1.1.5:
43794480
version "1.1.5"
@@ -4717,13 +4818,14 @@ regenerator-runtime@^0.13.4:
47174818
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
47184819
integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
47194820

4720-
regexp.prototype.flags@^1.3.1:
4721-
version "1.3.1"
4722-
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26"
4723-
integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==
4821+
regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
4822+
version "1.4.3"
4823+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
4824+
integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==
47244825
dependencies:
47254826
call-bind "^1.0.2"
47264827
define-properties "^1.1.3"
4828+
functions-have-names "^1.2.2"
47274829

47284830
regexpp@^3.2.0:
47294831
version "3.2.0"
@@ -5033,18 +5135,18 @@ string-width@^4.1.0, string-width@^4.2.0:
50335135
is-fullwidth-code-point "^3.0.0"
50345136
strip-ansi "^6.0.0"
50355137

5036-
string.prototype.matchall@^4.0.6:
5037-
version "4.0.6"
5038-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
5039-
integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==
5138+
string.prototype.matchall@^4.0.7:
5139+
version "4.0.7"
5140+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d"
5141+
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==
50405142
dependencies:
50415143
call-bind "^1.0.2"
50425144
define-properties "^1.1.3"
50435145
es-abstract "^1.19.1"
50445146
get-intrinsic "^1.1.1"
5045-
has-symbols "^1.0.2"
5147+
has-symbols "^1.0.3"
50465148
internal-slot "^1.0.3"
5047-
regexp.prototype.flags "^1.3.1"
5149+
regexp.prototype.flags "^1.4.1"
50485150
side-channel "^1.0.4"
50495151

50505152
string.prototype.trimend@^1.0.4:
@@ -5055,6 +5157,15 @@ string.prototype.trimend@^1.0.4:
50555157
call-bind "^1.0.2"
50565158
define-properties "^1.1.3"
50575159

5160+
string.prototype.trimend@^1.0.5:
5161+
version "1.0.5"
5162+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz#914a65baaab25fbdd4ee291ca7dde57e869cb8d0"
5163+
integrity sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==
5164+
dependencies:
5165+
call-bind "^1.0.2"
5166+
define-properties "^1.1.4"
5167+
es-abstract "^1.19.5"
5168+
50585169
string.prototype.trimstart@^1.0.4:
50595170
version "1.0.4"
50605171
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed"
@@ -5063,6 +5174,15 @@ string.prototype.trimstart@^1.0.4:
50635174
call-bind "^1.0.2"
50645175
define-properties "^1.1.3"
50655176

5177+
string.prototype.trimstart@^1.0.5:
5178+
version "1.0.5"
5179+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz#5466d93ba58cfa2134839f81d7f42437e8c01fef"
5180+
integrity sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==
5181+
dependencies:
5182+
call-bind "^1.0.2"
5183+
define-properties "^1.1.4"
5184+
es-abstract "^1.19.5"
5185+
50665186
strip-ansi@^6.0.0:
50675187
version "6.0.0"
50685188
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
@@ -5315,6 +5435,16 @@ unbox-primitive@^1.0.0, unbox-primitive@^1.0.1:
53155435
has-symbols "^1.0.2"
53165436
which-boxed-primitive "^1.0.2"
53175437

5438+
unbox-primitive@^1.0.2:
5439+
version "1.0.2"
5440+
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"
5441+
integrity sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==
5442+
dependencies:
5443+
call-bind "^1.0.2"
5444+
has-bigints "^1.0.2"
5445+
has-symbols "^1.0.3"
5446+
which-boxed-primitive "^1.0.2"
5447+
53185448
universalify@^0.1.2:
53195449
version "0.1.2"
53205450
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"

0 commit comments

Comments
 (0)