Skip to content

Commit 0735817

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

File tree

2 files changed

+148
-39
lines changed

2 files changed

+148
-39
lines changed

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"eslint-config-react-app": "6.0.0",
9797
"eslint-plugin-flowtype": "5.10.0",
9898
"eslint-plugin-jsx-a11y": "6.6.1",
99-
"eslint-plugin-react": "7.31.10",
99+
"eslint-plugin-react": "7.31.11",
100100
"eslint-plugin-react-hooks": "4.6.0",
101101
"eslint-plugin-testing-library": "4.12.4",
102102
"prettier": "2.7.1"

yarn.lock

Lines changed: 147 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -8420,6 +8420,17 @@ array-includes@^3.1.5:
84208420
get-intrinsic "^1.1.1"
84218421
is-string "^1.0.7"
84228422

8423+
array-includes@^3.1.6:
8424+
version "3.1.6"
8425+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f"
8426+
integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==
8427+
dependencies:
8428+
call-bind "^1.0.2"
8429+
define-properties "^1.1.4"
8430+
es-abstract "^1.20.4"
8431+
get-intrinsic "^1.1.3"
8432+
is-string "^1.0.7"
8433+
84238434
array-union@^1.0.1:
84248435
version "1.0.2"
84258436
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -8480,16 +8491,27 @@ array.prototype.flatmap@^1.2.4:
84808491
es-abstract "^1.18.0-next.1"
84818492
function-bind "^1.1.1"
84828493

8483-
array.prototype.flatmap@^1.3.0:
8484-
version "1.3.0"
8485-
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f"
8486-
integrity sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==
8494+
array.prototype.flatmap@^1.3.1:
8495+
version "1.3.1"
8496+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
8497+
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
84878498
dependencies:
84888499
call-bind "^1.0.2"
8489-
define-properties "^1.1.3"
8490-
es-abstract "^1.19.2"
8500+
define-properties "^1.1.4"
8501+
es-abstract "^1.20.4"
84918502
es-shim-unscopables "^1.0.0"
84928503

8504+
array.prototype.tosorted@^1.1.1:
8505+
version "1.1.1"
8506+
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#ccf44738aa2b5ac56578ffda97c03fd3e23dd532"
8507+
integrity sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==
8508+
dependencies:
8509+
call-bind "^1.0.2"
8510+
define-properties "^1.1.4"
8511+
es-abstract "^1.20.4"
8512+
es-shim-unscopables "^1.0.0"
8513+
get-intrinsic "^1.1.3"
8514+
84938515
arrify@^1.0.1:
84948516
version "1.0.1"
84958517
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -11859,6 +11881,36 @@ es-abstract@^1.19.2, es-abstract@^1.19.5:
1185911881
string.prototype.trimstart "^1.0.5"
1186011882
unbox-primitive "^1.0.2"
1186111883

11884+
es-abstract@^1.20.4:
11885+
version "1.20.4"
11886+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.4.tgz#1d103f9f8d78d4cf0713edcd6d0ed1a46eed5861"
11887+
integrity sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==
11888+
dependencies:
11889+
call-bind "^1.0.2"
11890+
es-to-primitive "^1.2.1"
11891+
function-bind "^1.1.1"
11892+
function.prototype.name "^1.1.5"
11893+
get-intrinsic "^1.1.3"
11894+
get-symbol-description "^1.0.0"
11895+
has "^1.0.3"
11896+
has-property-descriptors "^1.0.0"
11897+
has-symbols "^1.0.3"
11898+
internal-slot "^1.0.3"
11899+
is-callable "^1.2.7"
11900+
is-negative-zero "^2.0.2"
11901+
is-regex "^1.1.4"
11902+
is-shared-array-buffer "^1.0.2"
11903+
is-string "^1.0.7"
11904+
is-weakref "^1.0.2"
11905+
object-inspect "^1.12.2"
11906+
object-keys "^1.1.1"
11907+
object.assign "^4.1.4"
11908+
regexp.prototype.flags "^1.4.3"
11909+
safe-regex-test "^1.0.0"
11910+
string.prototype.trimend "^1.0.5"
11911+
string.prototype.trimstart "^1.0.5"
11912+
unbox-primitive "^1.0.2"
11913+
1186211914
es-get-iterator@^1.1.1:
1186311915
version "1.1.2"
1186411916
resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.2.tgz#9234c54aba713486d7ebde0220864af5e2b283f7"
@@ -12207,25 +12259,26 @@ eslint-plugin-react-hooks@^4.2.0:
1220712259
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
1220812260
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
1220912261

12210-
12211-
version "7.31.10"
12212-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz#6782c2c7fe91c09e715d536067644bbb9491419a"
12213-
integrity sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==
12262+
12263+
version "7.31.11"
12264+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz#011521d2b16dcf95795df688a4770b4eaab364c8"
12265+
integrity sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==
1221412266
dependencies:
12215-
array-includes "^3.1.5"
12216-
array.prototype.flatmap "^1.3.0"
12267+
array-includes "^3.1.6"
12268+
array.prototype.flatmap "^1.3.1"
12269+
array.prototype.tosorted "^1.1.1"
1221712270
doctrine "^2.1.0"
1221812271
estraverse "^5.3.0"
1221912272
jsx-ast-utils "^2.4.1 || ^3.0.0"
1222012273
minimatch "^3.1.2"
12221-
object.entries "^1.1.5"
12222-
object.fromentries "^2.0.5"
12223-
object.hasown "^1.1.1"
12224-
object.values "^1.1.5"
12274+
object.entries "^1.1.6"
12275+
object.fromentries "^2.0.6"
12276+
object.hasown "^1.1.2"
12277+
object.values "^1.1.6"
1222512278
prop-types "^15.8.1"
1222612279
resolve "^2.0.0-next.3"
1222712280
semver "^6.3.0"
12228-
string.prototype.matchall "^4.0.7"
12281+
string.prototype.matchall "^4.0.8"
1222912282

1223012283
eslint-plugin-react@^7.21.5:
1223112284
version "7.24.0"
@@ -13497,6 +13550,15 @@ get-intrinsic@^1.0.1, get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@
1349713550
has "^1.0.3"
1349813551
has-symbols "^1.0.1"
1349913552

13553+
get-intrinsic@^1.1.3:
13554+
version "1.1.3"
13555+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385"
13556+
integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==
13557+
dependencies:
13558+
function-bind "^1.1.1"
13559+
has "^1.0.3"
13560+
has-symbols "^1.0.3"
13561+
1350013562
get-own-enumerable-property-symbols@^3.0.0:
1350113563
version "3.0.2"
1350213564
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664"
@@ -15067,6 +15129,11 @@ is-callable@^1.1.4, is-callable@^1.2.3:
1506715129
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
1506815130
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
1506915131

15132+
is-callable@^1.2.7:
15133+
version "1.2.7"
15134+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
15135+
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
15136+
1507015137
is-ci@^2.0.0:
1507115138
version "2.0.0"
1507215139
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -18839,6 +18906,11 @@ object-inspect@^1.12.0:
1883918906
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0"
1884018907
integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==
1884118908

18909+
object-inspect@^1.12.2:
18910+
version "1.12.2"
18911+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
18912+
integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
18913+
1884218914
object-is@^1.0.1, object-is@^1.1.4:
1884318915
version "1.1.5"
1884418916
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
@@ -18893,6 +18965,16 @@ object.assign@^4.1.0, object.assign@^4.1.2:
1889318965
has-symbols "^1.0.1"
1889418966
object-keys "^1.1.1"
1889518967

18968+
object.assign@^4.1.4:
18969+
version "4.1.4"
18970+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f"
18971+
integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==
18972+
dependencies:
18973+
call-bind "^1.0.2"
18974+
define-properties "^1.1.4"
18975+
has-symbols "^1.0.3"
18976+
object-keys "^1.1.1"
18977+
1889618978
object.entries@^1.0.3, object.entries@^1.1.0, object.entries@^1.1.4:
1889718979
version "1.1.4"
1889818980
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.4.tgz#43ccf9a50bc5fd5b649d45ab1a579f24e088cafd"
@@ -18902,7 +18984,7 @@ object.entries@^1.0.3, object.entries@^1.1.0, object.entries@^1.1.4:
1890218984
define-properties "^1.1.3"
1890318985
es-abstract "^1.18.2"
1890418986

18905-
object.entries@^1.1.2, object.entries@^1.1.5:
18987+
object.entries@^1.1.2:
1890618988
version "1.1.5"
1890718989
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
1890818990
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
@@ -18911,6 +18993,15 @@ object.entries@^1.1.2, object.entries@^1.1.5:
1891118993
define-properties "^1.1.3"
1891218994
es-abstract "^1.19.1"
1891318995

18996+
object.entries@^1.1.6:
18997+
version "1.1.6"
18998+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23"
18999+
integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==
19000+
dependencies:
19001+
call-bind "^1.0.2"
19002+
define-properties "^1.1.4"
19003+
es-abstract "^1.20.4"
19004+
1891419005
object.fromentries@^2.0.4:
1891519006
version "2.0.4"
1891619007
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8"
@@ -18921,14 +19012,14 @@ object.fromentries@^2.0.4:
1892119012
es-abstract "^1.18.0-next.2"
1892219013
has "^1.0.3"
1892319014

18924-
object.fromentries@^2.0.5:
18925-
version "2.0.5"
18926-
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
18927-
integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
19015+
object.fromentries@^2.0.6:
19016+
version "2.0.6"
19017+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73"
19018+
integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==
1892819019
dependencies:
1892919020
call-bind "^1.0.2"
18930-
define-properties "^1.1.3"
18931-
es-abstract "^1.19.1"
19021+
define-properties "^1.1.4"
19022+
es-abstract "^1.20.4"
1893219023

1893319024
object.getownpropertydescriptors@^2.0.2, object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0, object.getownpropertydescriptors@^2.1.1:
1893419025
version "2.1.2"
@@ -18939,13 +19030,13 @@ object.getownpropertydescriptors@^2.0.2, object.getownpropertydescriptors@^2.0.3
1893919030
define-properties "^1.1.3"
1894019031
es-abstract "^1.18.0-next.2"
1894119032

18942-
object.hasown@^1.1.1:
18943-
version "1.1.1"
18944-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz#ad1eecc60d03f49460600430d97f23882cf592a3"
18945-
integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==
19033+
object.hasown@^1.1.2:
19034+
version "1.1.2"
19035+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92"
19036+
integrity sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==
1894619037
dependencies:
1894719038
define-properties "^1.1.4"
18948-
es-abstract "^1.19.5"
19039+
es-abstract "^1.20.4"
1894919040

1895019041
object.pick@^1.3.0:
1895119042
version "1.3.0"
@@ -18972,6 +19063,15 @@ object.values@^1.1.5:
1897219063
define-properties "^1.1.3"
1897319064
es-abstract "^1.19.1"
1897419065

19066+
object.values@^1.1.6:
19067+
version "1.1.6"
19068+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d"
19069+
integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==
19070+
dependencies:
19071+
call-bind "^1.0.2"
19072+
define-properties "^1.1.4"
19073+
es-abstract "^1.20.4"
19074+
1897519075
obuf@^1.0.0, obuf@^1.1.2:
1897619076
version "1.1.2"
1897719077
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
@@ -21441,7 +21541,7 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.0, regexp.prototype.f
2144121541
call-bind "^1.0.2"
2144221542
define-properties "^1.1.3"
2144321543

21444-
regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
21544+
regexp.prototype.flags@^1.4.3:
2144521545
version "1.4.3"
2144621546
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
2144721547
integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==
@@ -21859,6 +21959,15 @@ [email protected], safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0,
2185921959
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
2186021960
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
2186121961

21962+
safe-regex-test@^1.0.0:
21963+
version "1.0.0"
21964+
resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz#793b874d524eb3640d1873aad03596db2d4f2295"
21965+
integrity sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==
21966+
dependencies:
21967+
call-bind "^1.0.2"
21968+
get-intrinsic "^1.1.3"
21969+
is-regex "^1.1.4"
21970+
2186221971
safe-regex@^1.1.0:
2186321972
version "1.1.0"
2186421973
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
@@ -22899,18 +23008,18 @@ string.prototype.matchall@^4.0.5:
2289923008
regexp.prototype.flags "^1.3.1"
2290023009
side-channel "^1.0.4"
2290123010

22902-
string.prototype.matchall@^4.0.7:
22903-
version "4.0.7"
22904-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d"
22905-
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==
23011+
string.prototype.matchall@^4.0.8:
23012+
version "4.0.8"
23013+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
23014+
integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==
2290623015
dependencies:
2290723016
call-bind "^1.0.2"
22908-
define-properties "^1.1.3"
22909-
es-abstract "^1.19.1"
22910-
get-intrinsic "^1.1.1"
23017+
define-properties "^1.1.4"
23018+
es-abstract "^1.20.4"
23019+
get-intrinsic "^1.1.3"
2291123020
has-symbols "^1.0.3"
2291223021
internal-slot "^1.0.3"
22913-
regexp.prototype.flags "^1.4.1"
23022+
regexp.prototype.flags "^1.4.3"
2291423023
side-channel "^1.0.4"
2291523024

2291623025
string.prototype.padend@^3.0.0:

0 commit comments

Comments
 (0)