Skip to content

Commit 1b3b8bb

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.30.0
1 parent 5cf53df commit 1b3b8bb

2 files changed

Lines changed: 159 additions & 32 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-plugin-jsdoc": "37.9.6",
4343
"eslint-plugin-jsx-a11y": "6.5.1",
4444
"eslint-plugin-prettier": "4.0.0",
45-
"eslint-plugin-react": "7.29.2",
45+
"eslint-plugin-react": "7.30.0",
4646
"eslint-plugin-react-hooks": "4.3.0",
4747
"html-webpack-plugin": "5.5.0",
4848
"ignore-styles": "5.0.1",

yarn.lock

Lines changed: 158 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,6 +1934,17 @@ array-includes@^3.1.3, array-includes@^3.1.4:
19341934
get-intrinsic "^1.1.1"
19351935
is-string "^1.0.7"
19361936

1937+
array-includes@^3.1.5:
1938+
version "3.1.5"
1939+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.5.tgz#2c320010db8d31031fd2a5f6b3bbd4b1aad31bdb"
1940+
integrity sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==
1941+
dependencies:
1942+
call-bind "^1.0.2"
1943+
define-properties "^1.1.4"
1944+
es-abstract "^1.19.5"
1945+
get-intrinsic "^1.1.1"
1946+
is-string "^1.0.7"
1947+
19371948
array-union@^2.1.0:
19381949
version "2.1.0"
19391950
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
@@ -1953,14 +1964,15 @@ array.prototype.flat@^1.2.5:
19531964
define-properties "^1.1.3"
19541965
es-abstract "^1.19.0"
19551966

1956-
array.prototype.flatmap@^1.2.5:
1957-
version "1.2.5"
1958-
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446"
1959-
integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==
1967+
array.prototype.flatmap@^1.3.0:
1968+
version "1.3.0"
1969+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f"
1970+
integrity sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==
19601971
dependencies:
1961-
call-bind "^1.0.0"
1972+
call-bind "^1.0.2"
19621973
define-properties "^1.1.3"
1963-
es-abstract "^1.19.0"
1974+
es-abstract "^1.19.2"
1975+
es-shim-unscopables "^1.0.0"
19641976

19651977
arrify@^1.0.1:
19661978
version "1.0.1"
@@ -2886,6 +2898,14 @@ define-properties@^1.1.3:
28862898
dependencies:
28872899
object-keys "^1.0.12"
28882900

2901+
define-properties@^1.1.4:
2902+
version "1.1.4"
2903+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.4.tgz#0b14d7bd7fbeb2f3572c3a7eda80ea5d57fb05b1"
2904+
integrity sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==
2905+
dependencies:
2906+
has-property-descriptors "^1.0.0"
2907+
object-keys "^1.1.1"
2908+
28892909
del@^6.0.0:
28902910
version "6.0.0"
28912911
resolved "https://registry.yarnpkg.com/del/-/del-6.0.0.tgz#0b40d0332cea743f1614f818be4feb717714c952"
@@ -3136,11 +3156,47 @@ es-abstract@^1.19.0, es-abstract@^1.19.1:
31363156
string.prototype.trimstart "^1.0.4"
31373157
unbox-primitive "^1.0.1"
31383158

3159+
es-abstract@^1.19.2, es-abstract@^1.19.5:
3160+
version "1.20.1"
3161+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814"
3162+
integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==
3163+
dependencies:
3164+
call-bind "^1.0.2"
3165+
es-to-primitive "^1.2.1"
3166+
function-bind "^1.1.1"
3167+
function.prototype.name "^1.1.5"
3168+
get-intrinsic "^1.1.1"
3169+
get-symbol-description "^1.0.0"
3170+
has "^1.0.3"
3171+
has-property-descriptors "^1.0.0"
3172+
has-symbols "^1.0.3"
3173+
internal-slot "^1.0.3"
3174+
is-callable "^1.2.4"
3175+
is-negative-zero "^2.0.2"
3176+
is-regex "^1.1.4"
3177+
is-shared-array-buffer "^1.0.2"
3178+
is-string "^1.0.7"
3179+
is-weakref "^1.0.2"
3180+
object-inspect "^1.12.0"
3181+
object-keys "^1.1.1"
3182+
object.assign "^4.1.2"
3183+
regexp.prototype.flags "^1.4.3"
3184+
string.prototype.trimend "^1.0.5"
3185+
string.prototype.trimstart "^1.0.5"
3186+
unbox-primitive "^1.0.2"
3187+
31393188
es-module-lexer@^0.9.0:
31403189
version "0.9.3"
31413190
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz#6f13db00cc38417137daf74366f535c8eb438f19"
31423191
integrity sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==
31433192

3193+
es-shim-unscopables@^1.0.0:
3194+
version "1.0.0"
3195+
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
3196+
integrity sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==
3197+
dependencies:
3198+
has "^1.0.3"
3199+
31443200
es-to-primitive@^1.2.1:
31453201
version "1.2.1"
31463202
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -3274,25 +3330,25 @@ eslint-plugin-react-hooks@4.3.0:
32743330
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"
32753331
integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==
32763332

3277-
eslint-plugin-react@7.29.2:
3278-
version "7.29.2"
3279-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.2.tgz#2d4da69d30d0a736efd30890dc6826f3e91f3f7c"
3280-
integrity sha512-ypEBTKOy5liFQXZWMchJ3LN0JX1uPI6n7MN7OPHKacqXAxq5gYC30TdO7wqGYQyxD1OrzpobdHC3hDmlRWDg9w==
3333+
eslint-plugin-react@7.30.0:
3334+
version "7.30.0"
3335+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.30.0.tgz#8e7b1b2934b8426ac067a0febade1b13bd7064e3"
3336+
integrity sha512-RgwH7hjW48BleKsYyHK5vUAvxtE9SMPDKmcPRQgtRCYaZA0XQPt5FSkrU3nhz5ifzMZcA8opwmRJ2cmOO8tr5A==
32813337
dependencies:
3282-
array-includes "^3.1.4"
3283-
array.prototype.flatmap "^1.2.5"
3338+
array-includes "^3.1.5"
3339+
array.prototype.flatmap "^1.3.0"
32843340
doctrine "^2.1.0"
32853341
estraverse "^5.3.0"
32863342
jsx-ast-utils "^2.4.1 || ^3.0.0"
32873343
minimatch "^3.1.2"
32883344
object.entries "^1.1.5"
32893345
object.fromentries "^2.0.5"
3290-
object.hasown "^1.1.0"
3346+
object.hasown "^1.1.1"
32913347
object.values "^1.1.5"
32923348
prop-types "^15.8.1"
32933349
resolve "^2.0.0-next.3"
32943350
semver "^6.3.0"
3295-
string.prototype.matchall "^4.0.6"
3351+
string.prototype.matchall "^4.0.7"
32963352

32973353
eslint-scope@5.1.1, eslint-scope@^5.1.1:
32983354
version "5.1.1"
@@ -3690,11 +3746,26 @@ function-bind@^1.1.1:
36903746
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
36913747
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
36923748

3749+
function.prototype.name@^1.1.5:
3750+
version "1.1.5"
3751+
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621"
3752+
integrity sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==
3753+
dependencies:
3754+
call-bind "^1.0.2"
3755+
define-properties "^1.1.3"
3756+
es-abstract "^1.19.0"
3757+
functions-have-names "^1.2.2"
3758+
36933759
functional-red-black-tree@^1.0.1:
36943760
version "1.0.1"
36953761
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
36963762
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
36973763

3764+
functions-have-names@^1.2.2:
3765+
version "1.2.3"
3766+
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"
3767+
integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==
3768+
36983769
gensync@^1.0.0-beta.2:
36993770
version "1.0.0-beta.2"
37003771
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
@@ -3917,6 +3988,11 @@ has-bigints@^1.0.1:
39173988
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
39183989
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
39193990

3991+
has-bigints@^1.0.2:
3992+
version "1.0.2"
3993+
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
3994+
integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==
3995+
39203996
has-flag@^3.0.0:
39213997
version "3.0.0"
39223998
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
@@ -3927,7 +4003,14 @@ has-flag@^4.0.0:
39274003
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
39284004
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
39294005

3930-
has-symbols@^1.0.1, has-symbols@^1.0.2:
4006+
has-property-descriptors@^1.0.0:
4007+
version "1.0.0"
4008+
resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861"
4009+
integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==
4010+
dependencies:
4011+
get-intrinsic "^1.1.1"
4012+
4013+
has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.0.3:
39314014
version "1.0.3"
39324015
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
39334016
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
@@ -4310,7 +4393,7 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
43104393
dependencies:
43114394
is-extglob "^2.1.1"
43124395

4313-
is-negative-zero@^2.0.1:
4396+
is-negative-zero@^2.0.1, is-negative-zero@^2.0.2:
43144397
version "2.0.2"
43154398
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150"
43164399
integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==
@@ -4382,6 +4465,13 @@ is-shared-array-buffer@^1.0.1:
43824465
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
43834466
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
43844467

4468+
is-shared-array-buffer@^1.0.2:
4469+
version "1.0.2"
4470+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79"
4471+
integrity sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==
4472+
dependencies:
4473+
call-bind "^1.0.2"
4474+
43854475
is-stream@^1.1.0:
43864476
version "1.1.0"
43874477
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -4413,7 +4503,7 @@ is-text-path@^1.0.1:
44134503
dependencies:
44144504
text-extensions "^1.0.0"
44154505

4416-
is-weakref@^1.0.1:
4506+
is-weakref@^1.0.1, is-weakref@^1.0.2:
44174507
version "1.0.2"
44184508
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
44194509
integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==
@@ -5088,7 +5178,7 @@ object-assign@^4.1.1:
50885178
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
50895179
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
50905180

5091-
object-inspect@^1.11.0, object-inspect@^1.9.0:
5181+
object-inspect@^1.11.0, object-inspect@^1.12.0, object-inspect@^1.9.0:
50925182
version "1.12.0"
50935183
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0"
50945184
integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==
@@ -5134,13 +5224,13 @@ object.fromentries@^2.0.5:
51345224
define-properties "^1.1.3"
51355225
es-abstract "^1.19.1"
51365226

5137-
object.hasown@^1.1.0:
5138-
version "1.1.0"
5139-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
5140-
integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
5227+
object.hasown@^1.1.1:
5228+
version "1.1.1"
5229+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz#ad1eecc60d03f49460600430d97f23882cf592a3"
5230+
integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==
51415231
dependencies:
5142-
define-properties "^1.1.3"
5143-
es-abstract "^1.19.1"
5232+
define-properties "^1.1.4"
5233+
es-abstract "^1.19.5"
51445234

51455235
object.values@^1.1.5:
51465236
version "1.1.5"
@@ -6249,14 +6339,23 @@ regenerator-transform@^0.14.2:
62496339
dependencies:
62506340
"@babel/runtime" "^7.8.4"
62516341

6252-
regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.1:
6342+
regexp.prototype.flags@^1.2.0:
62536343
version "1.4.1"
62546344
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.1.tgz#b3f4c0059af9e47eca9f3f660e51d81307e72307"
62556345
integrity sha512-pMR7hBVUUGI7PMA37m2ofIdQCsomVnas+Jn5UPGAHQ+/LlwKm/aTLJHdasmHRzlfeZwHiAOaRSo2rbBDm3nNUQ==
62566346
dependencies:
62576347
call-bind "^1.0.2"
62586348
define-properties "^1.1.3"
62596349

6350+
regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
6351+
version "1.4.3"
6352+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
6353+
integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==
6354+
dependencies:
6355+
call-bind "^1.0.2"
6356+
define-properties "^1.1.3"
6357+
functions-have-names "^1.2.2"
6358+
62606359
regexpp@^3.2.0:
62616360
version "3.2.0"
62626361
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
@@ -6841,18 +6940,18 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
68416940
is-fullwidth-code-point "^3.0.0"
68426941
strip-ansi "^6.0.1"
68436942

6844-
string.prototype.matchall@^4.0.6:
6845-
version "4.0.6"
6846-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
6847-
integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==
6943+
string.prototype.matchall@^4.0.7:
6944+
version "4.0.7"
6945+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d"
6946+
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==
68486947
dependencies:
68496948
call-bind "^1.0.2"
68506949
define-properties "^1.1.3"
68516950
es-abstract "^1.19.1"
68526951
get-intrinsic "^1.1.1"
6853-
has-symbols "^1.0.2"
6952+
has-symbols "^1.0.3"
68546953
internal-slot "^1.0.3"
6855-
regexp.prototype.flags "^1.3.1"
6954+
regexp.prototype.flags "^1.4.1"
68566955
side-channel "^1.0.4"
68576956

68586957
string.prototype.padend@^3.0.0:
@@ -6872,6 +6971,15 @@ string.prototype.trimend@^1.0.4:
68726971
call-bind "^1.0.2"
68736972
define-properties "^1.1.3"
68746973

6974+
string.prototype.trimend@^1.0.5:
6975+
version "1.0.5"
6976+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz#914a65baaab25fbdd4ee291ca7dde57e869cb8d0"
6977+
integrity sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==
6978+
dependencies:
6979+
call-bind "^1.0.2"
6980+
define-properties "^1.1.4"
6981+
es-abstract "^1.19.5"
6982+
68756983
string.prototype.trimstart@^1.0.4:
68766984
version "1.0.4"
68776985
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed"
@@ -6880,6 +6988,15 @@ string.prototype.trimstart@^1.0.4:
68806988
call-bind "^1.0.2"
68816989
define-properties "^1.1.3"
68826990

6991+
string.prototype.trimstart@^1.0.5:
6992+
version "1.0.5"
6993+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz#5466d93ba58cfa2134839f81d7f42437e8c01fef"
6994+
integrity sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==
6995+
dependencies:
6996+
call-bind "^1.0.2"
6997+
define-properties "^1.1.4"
6998+
es-abstract "^1.19.5"
6999+
68837000
string_decoder@^1.1.1:
68847001
version "1.3.0"
68857002
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
@@ -7353,6 +7470,16 @@ unbox-primitive@^1.0.1:
73537470
has-symbols "^1.0.2"
73547471
which-boxed-primitive "^1.0.2"
73557472

7473+
unbox-primitive@^1.0.2:
7474+
version "1.0.2"
7475+
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"
7476+
integrity sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==
7477+
dependencies:
7478+
call-bind "^1.0.2"
7479+
has-bigints "^1.0.2"
7480+
has-symbols "^1.0.3"
7481+
which-boxed-primitive "^1.0.2"
7482+
73567483
unicode-canonical-property-names-ecmascript@^2.0.0:
73577484
version "2.0.0"
73587485
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

0 commit comments

Comments
 (0)