Skip to content

Commit a08ff7d

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-react to v7.30.0
1 parent 81d401c commit a08ff7d

File tree

2 files changed

+172
-31
lines changed

2 files changed

+172
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-import": "2.26.0",
4040
"eslint-plugin-json": "3.1.0",
4141
"eslint-plugin-jsx-a11y": "6.5.1",
42-
"eslint-plugin-react": "7.29.4",
42+
"eslint-plugin-react": "7.30.0",
4343
"eslint-plugin-react-hooks": "4.5.0",
4444
"jest": "27.5.1",
4545
"metro-react-native-babel-preset": "0.70.3",

yarn.lock

Lines changed: 171 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5799,6 +5799,17 @@ array-includes@^3.1.3, array-includes@^3.1.4:
57995799
get-intrinsic "^1.1.1"
58005800
is-string "^1.0.7"
58015801

5802+
array-includes@^3.1.5:
5803+
version "3.1.5"
5804+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.5.tgz#2c320010db8d31031fd2a5f6b3bbd4b1aad31bdb"
5805+
integrity sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==
5806+
dependencies:
5807+
call-bind "^1.0.2"
5808+
define-properties "^1.1.4"
5809+
es-abstract "^1.19.5"
5810+
get-intrinsic "^1.1.1"
5811+
is-string "^1.0.7"
5812+
58025813
array-iterate@^1.0.0:
58035814
version "1.1.3"
58045815
resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-1.1.3.tgz#b116bdb1e37f3c3fec13acdfb91ac829f122543c"
@@ -5873,14 +5884,15 @@ array.prototype.flat@^1.2.5:
58735884
define-properties "^1.1.3"
58745885
es-abstract "^1.19.0"
58755886

5876-
array.prototype.flatmap@^1.2.5:
5877-
version "1.2.5"
5878-
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446"
5879-
integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==
5887+
array.prototype.flatmap@^1.3.0:
5888+
version "1.3.0"
5889+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f"
5890+
integrity sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==
58805891
dependencies:
5881-
call-bind "^1.0.0"
5892+
call-bind "^1.0.2"
58825893
define-properties "^1.1.3"
5883-
es-abstract "^1.19.0"
5894+
es-abstract "^1.19.2"
5895+
es-shim-unscopables "^1.0.0"
58845896

58855897
arraybuffer.slice@~0.0.7:
58865898
version "0.0.7"
@@ -8872,6 +8884,14 @@ define-properties@^1.1.2, define-properties@^1.1.3:
88728884
dependencies:
88738885
object-keys "^1.0.12"
88748886

8887+
define-properties@^1.1.4:
8888+
version "1.1.4"
8889+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.4.tgz#0b14d7bd7fbeb2f3572c3a7eda80ea5d57fb05b1"
8890+
integrity sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==
8891+
dependencies:
8892+
has-property-descriptors "^1.0.0"
8893+
object-keys "^1.1.1"
8894+
88758895
define-property@^0.2.5:
88768896
version "0.2.5"
88778897
resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
@@ -9848,6 +9868,35 @@ es-abstract@^1.19.0, es-abstract@^1.19.1:
98489868
string.prototype.trimstart "^1.0.4"
98499869
unbox-primitive "^1.0.1"
98509870

9871+
es-abstract@^1.19.2, es-abstract@^1.19.5:
9872+
version "1.20.1"
9873+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814"
9874+
integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==
9875+
dependencies:
9876+
call-bind "^1.0.2"
9877+
es-to-primitive "^1.2.1"
9878+
function-bind "^1.1.1"
9879+
function.prototype.name "^1.1.5"
9880+
get-intrinsic "^1.1.1"
9881+
get-symbol-description "^1.0.0"
9882+
has "^1.0.3"
9883+
has-property-descriptors "^1.0.0"
9884+
has-symbols "^1.0.3"
9885+
internal-slot "^1.0.3"
9886+
is-callable "^1.2.4"
9887+
is-negative-zero "^2.0.2"
9888+
is-regex "^1.1.4"
9889+
is-shared-array-buffer "^1.0.2"
9890+
is-string "^1.0.7"
9891+
is-weakref "^1.0.2"
9892+
object-inspect "^1.12.0"
9893+
object-keys "^1.1.1"
9894+
object.assign "^4.1.2"
9895+
regexp.prototype.flags "^1.4.3"
9896+
string.prototype.trimend "^1.0.5"
9897+
string.prototype.trimstart "^1.0.5"
9898+
unbox-primitive "^1.0.2"
9899+
98519900
es-get-iterator@^1.1.1:
98529901
version "1.1.2"
98539902
resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.2.tgz#9234c54aba713486d7ebde0220864af5e2b283f7"
@@ -9862,6 +9911,13 @@ es-get-iterator@^1.1.1:
98629911
is-string "^1.0.5"
98639912
isarray "^2.0.5"
98649913

9914+
es-shim-unscopables@^1.0.0:
9915+
version "1.0.0"
9916+
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
9917+
integrity sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==
9918+
dependencies:
9919+
has "^1.0.3"
9920+
98659921
es-to-primitive@^1.2.0:
98669922
version "1.2.0"
98679923
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
@@ -10136,25 +10192,25 @@ eslint-plugin-react-hooks@^1.7.0:
1013610192
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.7.0.tgz#6210b6d5a37205f0b92858f895a4e827020a7d04"
1013710193
integrity sha512-iXTCFcOmlWvw4+TOE8CLWj6yX1GwzT0Y6cUfHHZqWnSk144VmVIRcVGtUAzrLES7C798lmvnt02C7rxaOX1HNA==
1013810194

10139-
eslint-plugin-react@7.29.4:
10140-
version "7.29.4"
10141-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz#4717de5227f55f3801a5fd51a16a4fa22b5914d2"
10142-
integrity sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==
10195+
eslint-plugin-react@7.30.0:
10196+
version "7.30.0"
10197+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.30.0.tgz#8e7b1b2934b8426ac067a0febade1b13bd7064e3"
10198+
integrity sha512-RgwH7hjW48BleKsYyHK5vUAvxtE9SMPDKmcPRQgtRCYaZA0XQPt5FSkrU3nhz5ifzMZcA8opwmRJ2cmOO8tr5A==
1014310199
dependencies:
10144-
array-includes "^3.1.4"
10145-
array.prototype.flatmap "^1.2.5"
10200+
array-includes "^3.1.5"
10201+
array.prototype.flatmap "^1.3.0"
1014610202
doctrine "^2.1.0"
1014710203
estraverse "^5.3.0"
1014810204
jsx-ast-utils "^2.4.1 || ^3.0.0"
1014910205
minimatch "^3.1.2"
1015010206
object.entries "^1.1.5"
1015110207
object.fromentries "^2.0.5"
10152-
object.hasown "^1.1.0"
10208+
object.hasown "^1.1.1"
1015310209
object.values "^1.1.5"
1015410210
prop-types "^15.8.1"
1015510211
resolve "^2.0.0-next.3"
1015610212
semver "^6.3.0"
10157-
string.prototype.matchall "^4.0.6"
10213+
string.prototype.matchall "^4.0.7"
1015810214

1015910215
eslint-plugin-react@^7.17.0:
1016010216
version "7.17.0"
@@ -11384,11 +11440,26 @@ function-bind@^1.1.1:
1138411440
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
1138511441
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
1138611442

11443+
function.prototype.name@^1.1.5:
11444+
version "1.1.5"
11445+
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621"
11446+
integrity sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==
11447+
dependencies:
11448+
call-bind "^1.0.2"
11449+
define-properties "^1.1.3"
11450+
es-abstract "^1.19.0"
11451+
functions-have-names "^1.2.2"
11452+
1138711453
functional-red-black-tree@^1.0.1:
1138811454
version "1.0.1"
1138911455
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
1139011456
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
1139111457

11458+
functions-have-names@^1.2.2:
11459+
version "1.2.3"
11460+
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"
11461+
integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==
11462+
1139211463
gatsby-cli@^2.8.21:
1139311464
version "2.8.21"
1139411465
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.8.21.tgz#456277538b983545be5dc2ce036616f5a5b43fdf"
@@ -12374,6 +12445,11 @@ has-bigints@^1.0.0, has-bigints@^1.0.1:
1237412445
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
1237512446
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
1237612447

12448+
has-bigints@^1.0.2:
12449+
version "1.0.2"
12450+
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
12451+
integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==
12452+
1237712453
has-binary2@~1.0.2:
1237812454
version "1.0.3"
1237912455
resolved "https://registry.yarnpkg.com/has-binary2/-/has-binary2-1.0.3.tgz#7776ac627f3ea77250cfc332dab7ddf5e4f5d11d"
@@ -12396,6 +12472,13 @@ has-flag@^4.0.0:
1239612472
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
1239712473
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
1239812474

12475+
has-property-descriptors@^1.0.0:
12476+
version "1.0.0"
12477+
resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861"
12478+
integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==
12479+
dependencies:
12480+
get-intrinsic "^1.1.1"
12481+
1239912482
has-symbol-support-x@^1.4.1:
1240012483
version "1.4.2"
1240112484
resolved "https://registry.yarnpkg.com/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz#1409f98bc00247da45da67cee0a36f282ff26455"
@@ -12416,6 +12499,11 @@ has-symbols@^1.0.2:
1241612499
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
1241712500
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
1241812501

12502+
has-symbols@^1.0.3:
12503+
version "1.0.3"
12504+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
12505+
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
12506+
1241912507
has-to-string-tag-x@^1.2.0:
1242012508
version "1.4.1"
1242112509
resolved "https://registry.yarnpkg.com/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz#a045ab383d7b4b2012a00148ab0aa5f290044d4d"
@@ -13581,6 +13669,11 @@ is-negative-zero@^2.0.1:
1358113669
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
1358213670
integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==
1358313671

13672+
is-negative-zero@^2.0.2:
13673+
version "2.0.2"
13674+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150"
13675+
integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==
13676+
1358413677
is-npm@^3.0.0:
1358513678
version "3.0.0"
1358613679
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-3.0.0.tgz#ec9147bfb629c43f494cf67936a961edec7e8053"
@@ -13786,6 +13879,13 @@ is-shared-array-buffer@^1.0.1:
1378613879
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
1378713880
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
1378813881

13882+
is-shared-array-buffer@^1.0.2:
13883+
version "1.0.2"
13884+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79"
13885+
integrity sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==
13886+
dependencies:
13887+
call-bind "^1.0.2"
13888+
1378913889
is-ssh@^1.3.0:
1379013890
version "1.3.1"
1379113891
resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.3.1.tgz#f349a8cadd24e65298037a522cf7520f2e81a0f3"
@@ -13885,6 +13985,13 @@ is-weakref@^1.0.1:
1388513985
dependencies:
1388613986
call-bind "^1.0.0"
1388713987

13988+
is-weakref@^1.0.2:
13989+
version "1.0.2"
13990+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
13991+
integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==
13992+
dependencies:
13993+
call-bind "^1.0.2"
13994+
1388813995
is-weakset@^2.0.1:
1388913996
version "2.0.1"
1389013997
resolved "https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.1.tgz#e9a0af88dbd751589f5e50d80f4c98b780884f83"
@@ -16861,6 +16968,11 @@ object-inspect@^1.11.0:
1686116968
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
1686216969
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
1686316970

16971+
object-inspect@^1.12.0:
16972+
version "1.12.0"
16973+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0"
16974+
integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==
16975+
1686416976
object-inspect@^1.7.0:
1686516977
version "1.7.0"
1686616978
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
@@ -16991,13 +17103,13 @@ object.getownpropertydescriptors@^2.0.3:
1699117103
define-properties "^1.1.2"
1699217104
es-abstract "^1.5.1"
1699317105

16994-
object.hasown@^1.1.0:
16995-
version "1.1.0"
16996-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
16997-
integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
17106+
object.hasown@^1.1.1:
17107+
version "1.1.1"
17108+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz#ad1eecc60d03f49460600430d97f23882cf592a3"
17109+
integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==
1699817110
dependencies:
16999-
define-properties "^1.1.3"
17000-
es-abstract "^1.19.1"
17111+
define-properties "^1.1.4"
17112+
es-abstract "^1.19.5"
1700117113

1700217114
object.omit@^2.0.0:
1700317115
version "2.0.1"
@@ -19567,13 +19679,14 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.0:
1956719679
define-properties "^1.1.3"
1956819680
es-abstract "^1.17.0-next.1"
1956919681

19570-
regexp.prototype.flags@^1.3.1:
19571-
version "1.3.1"
19572-
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26"
19573-
integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==
19682+
regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
19683+
version "1.4.3"
19684+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
19685+
integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==
1957419686
dependencies:
1957519687
call-bind "^1.0.2"
1957619688
define-properties "^1.1.3"
19689+
functions-have-names "^1.2.2"
1957719690

1957819691
regexpp@^2.0.1:
1957919692
version "2.0.1"
@@ -21328,18 +21441,18 @@ string.fromcodepoint@^0.2.1:
2132821441
resolved "https://registry.yarnpkg.com/string.fromcodepoint/-/string.fromcodepoint-0.2.1.tgz#8d978333c0bc92538f50f383e4888f3e5619d653"
2132921442
integrity sha1-jZeDM8C8klOPUPOD5IiPPlYZ1lM=
2133021443

21331-
string.prototype.matchall@^4.0.6:
21332-
version "4.0.6"
21333-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
21334-
integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==
21444+
string.prototype.matchall@^4.0.7:
21445+
version "4.0.7"
21446+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d"
21447+
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==
2133521448
dependencies:
2133621449
call-bind "^1.0.2"
2133721450
define-properties "^1.1.3"
2133821451
es-abstract "^1.19.1"
2133921452
get-intrinsic "^1.1.1"
21340-
has-symbols "^1.0.2"
21453+
has-symbols "^1.0.3"
2134121454
internal-slot "^1.0.3"
21342-
regexp.prototype.flags "^1.3.1"
21455+
regexp.prototype.flags "^1.4.1"
2134321456
side-channel "^1.0.4"
2134421457

2134521458
string.prototype.trimend@^1.0.1:
@@ -21358,6 +21471,15 @@ string.prototype.trimend@^1.0.4:
2135821471
call-bind "^1.0.2"
2135921472
define-properties "^1.1.3"
2136021473

21474+
string.prototype.trimend@^1.0.5:
21475+
version "1.0.5"
21476+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz#914a65baaab25fbdd4ee291ca7dde57e869cb8d0"
21477+
integrity sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==
21478+
dependencies:
21479+
call-bind "^1.0.2"
21480+
define-properties "^1.1.4"
21481+
es-abstract "^1.19.5"
21482+
2136121483
string.prototype.trimleft@^2.1.0:
2136221484
version "2.1.0"
2136321485
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
@@ -21406,6 +21528,15 @@ string.prototype.trimstart@^1.0.4:
2140621528
call-bind "^1.0.2"
2140721529
define-properties "^1.1.3"
2140821530

21531+
string.prototype.trimstart@^1.0.5:
21532+
version "1.0.5"
21533+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz#5466d93ba58cfa2134839f81d7f42437e8c01fef"
21534+
integrity sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==
21535+
dependencies:
21536+
call-bind "^1.0.2"
21537+
define-properties "^1.1.4"
21538+
es-abstract "^1.19.5"
21539+
2140921540
string_decoder@^1.0.0, string_decoder@^1.1.1:
2141021541
version "1.2.0"
2141121542
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz#fe86e738b19544afe70469243b2a1ee9240eae8d"
@@ -22326,6 +22457,16 @@ unbox-primitive@^1.0.1:
2232622457
has-symbols "^1.0.2"
2232722458
which-boxed-primitive "^1.0.2"
2232822459

22460+
unbox-primitive@^1.0.2:
22461+
version "1.0.2"
22462+
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"
22463+
integrity sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==
22464+
dependencies:
22465+
call-bind "^1.0.2"
22466+
has-bigints "^1.0.2"
22467+
has-symbols "^1.0.3"
22468+
which-boxed-primitive "^1.0.2"
22469+
2232922470
unc-path-regex@^0.1.2:
2233022471
version "0.1.2"
2233122472
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"

0 commit comments

Comments
 (0)