Skip to content

Commit f2992cc

Browse files
chore(deps): update dependency eslint-plugin-react to v7.31.11
1 parent ad5d396 commit f2992cc

File tree

2 files changed

+140
-22
lines changed

2 files changed

+140
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-plugin-n": "15.3.0",
5757
"eslint-plugin-prettier": "4.2.1",
5858
"eslint-plugin-promise": "6.0.1",
59-
"eslint-plugin-react": "7.31.8",
59+
"eslint-plugin-react": "7.31.11",
6060
"eslint-plugin-storybook": "0.6.4",
6161
"javascript-obfuscator": "4.0.0",
6262
"prettier": "2.7.1",

yarn.lock

Lines changed: 139 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3674,6 +3674,17 @@ array-includes@^3.0.3, array-includes@^3.1.4, array-includes@^3.1.5:
36743674
get-intrinsic "^1.1.1"
36753675
is-string "^1.0.7"
36763676

3677+
array-includes@^3.1.6:
3678+
version "3.1.6"
3679+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f"
3680+
integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==
3681+
dependencies:
3682+
call-bind "^1.0.2"
3683+
define-properties "^1.1.4"
3684+
es-abstract "^1.20.4"
3685+
get-intrinsic "^1.1.3"
3686+
is-string "^1.0.7"
3687+
36773688
array-union@^1.0.2:
36783689
version "1.0.2"
36793690
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -3706,7 +3717,7 @@ array.prototype.flat@^1.2.1, array.prototype.flat@^1.2.5:
37063717
es-abstract "^1.19.2"
37073718
es-shim-unscopables "^1.0.0"
37083719

3709-
array.prototype.flatmap@^1.2.1, array.prototype.flatmap@^1.3.0:
3720+
array.prototype.flatmap@^1.2.1:
37103721
version "1.3.0"
37113722
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f"
37123723
integrity sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==
@@ -3716,6 +3727,16 @@ array.prototype.flatmap@^1.2.1, array.prototype.flatmap@^1.3.0:
37163727
es-abstract "^1.19.2"
37173728
es-shim-unscopables "^1.0.0"
37183729

3730+
array.prototype.flatmap@^1.3.1:
3731+
version "1.3.1"
3732+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
3733+
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
3734+
dependencies:
3735+
call-bind "^1.0.2"
3736+
define-properties "^1.1.4"
3737+
es-abstract "^1.20.4"
3738+
es-shim-unscopables "^1.0.0"
3739+
37193740
array.prototype.map@^1.0.4:
37203741
version "1.0.4"
37213742
resolved "https://registry.yarnpkg.com/array.prototype.map/-/array.prototype.map-1.0.4.tgz#0d97b640cfdd036c1b41cfe706a5e699aa0711f2"
@@ -3738,6 +3759,17 @@ array.prototype.reduce@^1.0.4:
37383759
es-array-method-boxes-properly "^1.0.0"
37393760
is-string "^1.0.7"
37403761

3762+
array.prototype.tosorted@^1.1.1:
3763+
version "1.1.1"
3764+
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#ccf44738aa2b5ac56578ffda97c03fd3e23dd532"
3765+
integrity sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==
3766+
dependencies:
3767+
call-bind "^1.0.2"
3768+
define-properties "^1.1.4"
3769+
es-abstract "^1.20.4"
3770+
es-shim-unscopables "^1.0.0"
3771+
get-intrinsic "^1.1.3"
3772+
37413773
arrify@^2.0.1:
37423774
version "2.0.1"
37433775
resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa"
@@ -5476,6 +5508,36 @@ es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19
54765508
string.prototype.trimstart "^1.0.5"
54775509
unbox-primitive "^1.0.2"
54785510

5511+
es-abstract@^1.20.4:
5512+
version "1.20.4"
5513+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.4.tgz#1d103f9f8d78d4cf0713edcd6d0ed1a46eed5861"
5514+
integrity sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==
5515+
dependencies:
5516+
call-bind "^1.0.2"
5517+
es-to-primitive "^1.2.1"
5518+
function-bind "^1.1.1"
5519+
function.prototype.name "^1.1.5"
5520+
get-intrinsic "^1.1.3"
5521+
get-symbol-description "^1.0.0"
5522+
has "^1.0.3"
5523+
has-property-descriptors "^1.0.0"
5524+
has-symbols "^1.0.3"
5525+
internal-slot "^1.0.3"
5526+
is-callable "^1.2.7"
5527+
is-negative-zero "^2.0.2"
5528+
is-regex "^1.1.4"
5529+
is-shared-array-buffer "^1.0.2"
5530+
is-string "^1.0.7"
5531+
is-weakref "^1.0.2"
5532+
object-inspect "^1.12.2"
5533+
object-keys "^1.1.1"
5534+
object.assign "^4.1.4"
5535+
regexp.prototype.flags "^1.4.3"
5536+
safe-regex-test "^1.0.0"
5537+
string.prototype.trimend "^1.0.5"
5538+
string.prototype.trimstart "^1.0.5"
5539+
unbox-primitive "^1.0.2"
5540+
54795541
es-array-method-boxes-properly@^1.0.0:
54805542
version "1.0.0"
54815543
resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e"
@@ -5649,25 +5711,26 @@ eslint-plugin-promise@6.0.1:
56495711
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.0.1.tgz#a8cddf96a67c4059bdabf4d724a29572188ae423"
56505712
integrity sha512-uM4Tgo5u3UWQiroOyDEsYcVMOo7re3zmno0IZmB5auxoaQNIceAbXEkSt8RNrKtaYehARHG06pYK6K1JhtP0Zw==
56515713

5652-
eslint-plugin-react@7.31.8:
5653-
version "7.31.8"
5654-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.8.tgz#3a4f80c10be1bcbc8197be9e8b641b2a3ef219bf"
5655-
integrity sha512-5lBTZmgQmARLLSYiwI71tiGVTLUuqXantZM6vlSY39OaDSV0M7+32K5DnLkmFrwTe+Ksz0ffuLUC91RUviVZfw==
5714+
eslint-plugin-react@7.31.11:
5715+
version "7.31.11"
5716+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz#011521d2b16dcf95795df688a4770b4eaab364c8"
5717+
integrity sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==
56565718
dependencies:
5657-
array-includes "^3.1.5"
5658-
array.prototype.flatmap "^1.3.0"
5719+
array-includes "^3.1.6"
5720+
array.prototype.flatmap "^1.3.1"
5721+
array.prototype.tosorted "^1.1.1"
56595722
doctrine "^2.1.0"
56605723
estraverse "^5.3.0"
56615724
jsx-ast-utils "^2.4.1 || ^3.0.0"
56625725
minimatch "^3.1.2"
5663-
object.entries "^1.1.5"
5664-
object.fromentries "^2.0.5"
5665-
object.hasown "^1.1.1"
5666-
object.values "^1.1.5"
5726+
object.entries "^1.1.6"
5727+
object.fromentries "^2.0.6"
5728+
object.hasown "^1.1.2"
5729+
object.values "^1.1.6"
56675730
prop-types "^15.8.1"
56685731
resolve "^2.0.0-next.3"
56695732
semver "^6.3.0"
5670-
string.prototype.matchall "^4.0.7"
5733+
string.prototype.matchall "^4.0.8"
56715734

56725735
eslint-plugin-storybook@0.6.4:
56735736
version "0.6.4"
@@ -6396,7 +6459,7 @@ get-caller-file@^2.0.5:
63966459
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
63976460
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
63986461

6399-
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1, get-intrinsic@^1.1.2:
6462+
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1, get-intrinsic@^1.1.2, get-intrinsic@^1.1.3:
64006463
version "1.1.3"
64016464
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385"
64026465
integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==
@@ -7152,6 +7215,11 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.4:
71527215
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.6.tgz#fd6170b0b8c7e2cc73de342ef8284a2202023c44"
71537216
integrity sha512-krO72EO2NptOGAX2KYyqbP9vYMlNAXdB53rq6f8LXY6RY7JdSR/3BD6wLUlPHSAesmY9vstNrjvqGaCiRK/91Q==
71547217

7218+
is-callable@^1.2.7:
7219+
version "1.2.7"
7220+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
7221+
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
7222+
71557223
is-ci@^2.0.0:
71567224
version "2.0.0"
71577225
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -8590,7 +8658,7 @@ object.assign@^4.1.0, object.assign@^4.1.3, object.assign@^4.1.4:
85908658
has-symbols "^1.0.3"
85918659
object-keys "^1.1.1"
85928660

8593-
object.entries@^1.1.0, object.entries@^1.1.5:
8661+
object.entries@^1.1.0:
85948662
version "1.1.5"
85958663
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
85968664
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
@@ -8599,7 +8667,16 @@ object.entries@^1.1.0, object.entries@^1.1.5:
85998667
define-properties "^1.1.3"
86008668
es-abstract "^1.19.1"
86018669

8602-
"object.fromentries@^2.0.0 || ^1.0.0", object.fromentries@^2.0.5:
8670+
object.entries@^1.1.6:
8671+
version "1.1.6"
8672+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23"
8673+
integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==
8674+
dependencies:
8675+
call-bind "^1.0.2"
8676+
define-properties "^1.1.4"
8677+
es-abstract "^1.20.4"
8678+
8679+
"object.fromentries@^2.0.0 || ^1.0.0":
86038680
version "2.0.5"
86048681
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
86058682
integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
@@ -8608,6 +8685,15 @@ object.entries@^1.1.0, object.entries@^1.1.5:
86088685
define-properties "^1.1.3"
86098686
es-abstract "^1.19.1"
86108687

8688+
object.fromentries@^2.0.6:
8689+
version "2.0.6"
8690+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73"
8691+
integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==
8692+
dependencies:
8693+
call-bind "^1.0.2"
8694+
define-properties "^1.1.4"
8695+
es-abstract "^1.20.4"
8696+
86118697
object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.2:
86128698
version "2.1.4"
86138699
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.4.tgz#7965e6437a57278b587383831a9b829455a4bc37"
@@ -8618,13 +8704,13 @@ object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.2
86188704
define-properties "^1.1.4"
86198705
es-abstract "^1.20.1"
86208706

8621-
object.hasown@^1.1.1:
8622-
version "1.1.1"
8623-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz#ad1eecc60d03f49460600430d97f23882cf592a3"
8624-
integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==
8707+
object.hasown@^1.1.2:
8708+
version "1.1.2"
8709+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92"
8710+
integrity sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==
86258711
dependencies:
86268712
define-properties "^1.1.4"
8627-
es-abstract "^1.19.5"
8713+
es-abstract "^1.20.4"
86288714

86298715
object.pick@^1.3.0:
86308716
version "1.3.0"
@@ -8642,6 +8728,15 @@ object.values@^1.1.0, object.values@^1.1.5:
86428728
define-properties "^1.1.3"
86438729
es-abstract "^1.19.1"
86448730

8731+
object.values@^1.1.6:
8732+
version "1.1.6"
8733+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d"
8734+
integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==
8735+
dependencies:
8736+
call-bind "^1.0.2"
8737+
define-properties "^1.1.4"
8738+
es-abstract "^1.20.4"
8739+
86458740
objectorarray@^1.0.5:
86468741
version "1.0.5"
86478742
resolved "https://registry.yarnpkg.com/objectorarray/-/objectorarray-1.0.5.tgz#2c05248bbefabd8f43ad13b41085951aac5e68a5"
@@ -9956,6 +10051,15 @@ safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0,
995610051
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
995710052
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
995810053

10054+
safe-regex-test@^1.0.0:
10055+
version "1.0.0"
10056+
resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz#793b874d524eb3640d1873aad03596db2d4f2295"
10057+
integrity sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==
10058+
dependencies:
10059+
call-bind "^1.0.2"
10060+
get-intrinsic "^1.1.3"
10061+
is-regex "^1.1.4"
10062+
995910063
safe-regex@^1.1.0:
996010064
version "1.1.0"
996110065
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
@@ -10501,7 +10605,7 @@ string-template@1.0.0:
1050110605
is-fullwidth-code-point "^3.0.0"
1050210606
strip-ansi "^6.0.1"
1050310607

10504-
"string.prototype.matchall@^4.0.0 || ^3.0.1", string.prototype.matchall@^4.0.7:
10608+
"string.prototype.matchall@^4.0.0 || ^3.0.1":
1050510609
version "4.0.7"
1050610610
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d"
1050710611
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==
@@ -10515,6 +10619,20 @@ string-template@1.0.0:
1051510619
regexp.prototype.flags "^1.4.1"
1051610620
side-channel "^1.0.4"
1051710621

10622+
string.prototype.matchall@^4.0.8:
10623+
version "4.0.8"
10624+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
10625+
integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==
10626+
dependencies:
10627+
call-bind "^1.0.2"
10628+
define-properties "^1.1.4"
10629+
es-abstract "^1.20.4"
10630+
get-intrinsic "^1.1.3"
10631+
has-symbols "^1.0.3"
10632+
internal-slot "^1.0.3"
10633+
regexp.prototype.flags "^1.4.3"
10634+
side-channel "^1.0.4"
10635+
1051810636
string.prototype.padend@^3.0.0:
1051910637
version "3.1.3"
1052010638
resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.3.tgz#997a6de12c92c7cb34dc8a201a6c53d9bd88a5f1"

0 commit comments

Comments
 (0)