Skip to content

Commit dee4d6f

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

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
@@ -3669,6 +3669,17 @@ array-includes@^3.0.3, array-includes@^3.1.4, array-includes@^3.1.5:
36693669
get-intrinsic "^1.1.1"
36703670
is-string "^1.0.7"
36713671

3672+
array-includes@^3.1.6:
3673+
version "3.1.6"
3674+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f"
3675+
integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==
3676+
dependencies:
3677+
call-bind "^1.0.2"
3678+
define-properties "^1.1.4"
3679+
es-abstract "^1.20.4"
3680+
get-intrinsic "^1.1.3"
3681+
is-string "^1.0.7"
3682+
36723683
array-union@^1.0.2:
36733684
version "1.0.2"
36743685
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -3701,7 +3712,7 @@ array.prototype.flat@^1.2.1, array.prototype.flat@^1.2.5:
37013712
es-abstract "^1.19.2"
37023713
es-shim-unscopables "^1.0.0"
37033714

3704-
array.prototype.flatmap@^1.2.1, array.prototype.flatmap@^1.3.0:
3715+
array.prototype.flatmap@^1.2.1:
37053716
version "1.3.0"
37063717
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f"
37073718
integrity sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==
@@ -3711,6 +3722,16 @@ array.prototype.flatmap@^1.2.1, array.prototype.flatmap@^1.3.0:
37113722
es-abstract "^1.19.2"
37123723
es-shim-unscopables "^1.0.0"
37133724

3725+
array.prototype.flatmap@^1.3.1:
3726+
version "1.3.1"
3727+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
3728+
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
3729+
dependencies:
3730+
call-bind "^1.0.2"
3731+
define-properties "^1.1.4"
3732+
es-abstract "^1.20.4"
3733+
es-shim-unscopables "^1.0.0"
3734+
37143735
array.prototype.map@^1.0.4:
37153736
version "1.0.4"
37163737
resolved "https://registry.yarnpkg.com/array.prototype.map/-/array.prototype.map-1.0.4.tgz#0d97b640cfdd036c1b41cfe706a5e699aa0711f2"
@@ -3733,6 +3754,17 @@ array.prototype.reduce@^1.0.4:
37333754
es-array-method-boxes-properly "^1.0.0"
37343755
is-string "^1.0.7"
37353756

3757+
array.prototype.tosorted@^1.1.1:
3758+
version "1.1.1"
3759+
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#ccf44738aa2b5ac56578ffda97c03fd3e23dd532"
3760+
integrity sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==
3761+
dependencies:
3762+
call-bind "^1.0.2"
3763+
define-properties "^1.1.4"
3764+
es-abstract "^1.20.4"
3765+
es-shim-unscopables "^1.0.0"
3766+
get-intrinsic "^1.1.3"
3767+
37363768
arrify@^2.0.1:
37373769
version "2.0.1"
37383770
resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa"
@@ -5471,6 +5503,36 @@ es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19
54715503
string.prototype.trimstart "^1.0.5"
54725504
unbox-primitive "^1.0.2"
54735505

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

5647-
5648-
version "7.31.8"
5649-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.8.tgz#3a4f80c10be1bcbc8197be9e8b641b2a3ef219bf"
5650-
integrity sha512-5lBTZmgQmARLLSYiwI71tiGVTLUuqXantZM6vlSY39OaDSV0M7+32K5DnLkmFrwTe+Ksz0ffuLUC91RUviVZfw==
5709+
5710+
version "7.31.11"
5711+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz#011521d2b16dcf95795df688a4770b4eaab364c8"
5712+
integrity sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==
56515713
dependencies:
5652-
array-includes "^3.1.5"
5653-
array.prototype.flatmap "^1.3.0"
5714+
array-includes "^3.1.6"
5715+
array.prototype.flatmap "^1.3.1"
5716+
array.prototype.tosorted "^1.1.1"
56545717
doctrine "^2.1.0"
56555718
estraverse "^5.3.0"
56565719
jsx-ast-utils "^2.4.1 || ^3.0.0"
56575720
minimatch "^3.1.2"
5658-
object.entries "^1.1.5"
5659-
object.fromentries "^2.0.5"
5660-
object.hasown "^1.1.1"
5661-
object.values "^1.1.5"
5721+
object.entries "^1.1.6"
5722+
object.fromentries "^2.0.6"
5723+
object.hasown "^1.1.2"
5724+
object.values "^1.1.6"
56625725
prop-types "^15.8.1"
56635726
resolve "^2.0.0-next.3"
56645727
semver "^6.3.0"
5665-
string.prototype.matchall "^4.0.7"
5728+
string.prototype.matchall "^4.0.8"
56665729

56675730
56685731
version "0.6.4"
@@ -6391,7 +6454,7 @@ get-caller-file@^2.0.5:
63916454
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
63926455
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
63936456

6394-
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1, get-intrinsic@^1.1.2:
6457+
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:
63956458
version "1.1.3"
63966459
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385"
63976460
integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==
@@ -7147,6 +7210,11 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.4:
71477210
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.6.tgz#fd6170b0b8c7e2cc73de342ef8284a2202023c44"
71487211
integrity sha512-krO72EO2NptOGAX2KYyqbP9vYMlNAXdB53rq6f8LXY6RY7JdSR/3BD6wLUlPHSAesmY9vstNrjvqGaCiRK/91Q==
71497212

7213+
is-callable@^1.2.7:
7214+
version "1.2.7"
7215+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
7216+
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
7217+
71507218
is-ci@^2.0.0:
71517219
version "2.0.0"
71527220
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 @@ [email protected], 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 @@ [email protected]:
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 @@ [email protected]:
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)