Skip to content

Commit c3c8ebe

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-react to v7.27.0
1 parent de8661d commit c3c8ebe

File tree

2 files changed

+56
-43
lines changed

2 files changed

+56
-43
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.4.1",
99-
"eslint-plugin-react": "7.26.1",
99+
"eslint-plugin-react": "7.27.0",
100100
"eslint-plugin-react-hooks": "4.2.0",
101101
"eslint-plugin-testing-library": "4.12.4",
102102
"prettier": "2.4.1"

yarn.lock

Lines changed: 55 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -7511,6 +7511,15 @@ array.prototype.flatmap@^1.2.4:
75117511
es-abstract "^1.18.0-next.1"
75127512
function-bind "^1.1.1"
75137513

7514+
array.prototype.flatmap@^1.2.5:
7515+
version "1.2.5"
7516+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446"
7517+
integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==
7518+
dependencies:
7519+
call-bind "^1.0.0"
7520+
define-properties "^1.1.3"
7521+
es-abstract "^1.19.0"
7522+
75147523
arrify@^1.0.1:
75157524
version "1.0.1"
75167525
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -10611,30 +10620,6 @@ es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-
1061110620
string.prototype.trimstart "^1.0.4"
1061210621
unbox-primitive "^1.0.1"
1061310622

10614-
es-abstract@^1.18.1:
10615-
version "1.18.6"
10616-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.6.tgz#2c44e3ea7a6255039164d26559777a6d978cb456"
10617-
integrity sha512-kAeIT4cku5eNLNuUKhlmtuk1/TRZvQoYccn6TO0cSVdf1kzB0T7+dYuVK9MWM7l+/53W2Q8M7N2c6MQvhXFcUQ==
10618-
dependencies:
10619-
call-bind "^1.0.2"
10620-
es-to-primitive "^1.2.1"
10621-
function-bind "^1.1.1"
10622-
get-intrinsic "^1.1.1"
10623-
get-symbol-description "^1.0.0"
10624-
has "^1.0.3"
10625-
has-symbols "^1.0.2"
10626-
internal-slot "^1.0.3"
10627-
is-callable "^1.2.4"
10628-
is-negative-zero "^2.0.1"
10629-
is-regex "^1.1.4"
10630-
is-string "^1.0.7"
10631-
object-inspect "^1.11.0"
10632-
object-keys "^1.1.1"
10633-
object.assign "^4.1.2"
10634-
string.prototype.trimend "^1.0.4"
10635-
string.prototype.trimstart "^1.0.4"
10636-
unbox-primitive "^1.0.1"
10637-
1063810623
es-abstract@^1.19.0, es-abstract@^1.19.1:
1063910624
version "1.19.1"
1064010625
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
@@ -10970,25 +10955,25 @@ [email protected], eslint-plugin-react-hooks@^4.2.0:
1097010955
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
1097110956
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
1097210957

10973-
eslint-plugin-react@7.26.1:
10974-
version "7.26.1"
10975-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.26.1.tgz#41bcfe3e39e6a5ac040971c1af94437c80daa40e"
10976-
integrity sha512-Lug0+NOFXeOE+ORZ5pbsh6mSKjBKXDXItUD2sQoT+5Yl0eoT82DqnXeTMfUare4QVCn9QwXbfzO/dBLjLXwVjQ==
10958+
eslint-plugin-react@7.27.0:
10959+
version "7.27.0"
10960+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.27.0.tgz#f952c76517a3915b81c7788b220b2b4c96703124"
10961+
integrity sha512-0Ut+CkzpppgFtoIhdzi2LpdpxxBvgFf99eFqWxJnUrO7mMe0eOiNpou6rvNYeVVV6lWZvTah0BFne7k5xHjARg==
1097710962
dependencies:
10978-
array-includes "^3.1.3"
10979-
array.prototype.flatmap "^1.2.4"
10963+
array-includes "^3.1.4"
10964+
array.prototype.flatmap "^1.2.5"
1098010965
doctrine "^2.1.0"
10981-
estraverse "^5.2.0"
10966+
estraverse "^5.3.0"
1098210967
jsx-ast-utils "^2.4.1 || ^3.0.0"
1098310968
minimatch "^3.0.4"
10984-
object.entries "^1.1.4"
10985-
object.fromentries "^2.0.4"
10986-
object.hasown "^1.0.0"
10987-
object.values "^1.1.4"
10969+
object.entries "^1.1.5"
10970+
object.fromentries "^2.0.5"
10971+
object.hasown "^1.1.0"
10972+
object.values "^1.1.5"
1098810973
prop-types "^15.7.2"
1098910974
resolve "^2.0.0-next.3"
1099010975
semver "^6.3.0"
10991-
string.prototype.matchall "^4.0.5"
10976+
string.prototype.matchall "^4.0.6"
1099210977

1099310978
eslint-plugin-react@^7.21.5:
1099410979
version "7.24.0"
@@ -11203,6 +11188,11 @@ estraverse@^5.1.0, estraverse@^5.2.0:
1120311188
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
1120411189
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
1120511190

11191+
estraverse@^5.3.0:
11192+
version "5.3.0"
11193+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
11194+
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
11195+
1120611196
estree-walker@^0.6.1:
1120711197
version "0.6.1"
1120811198
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
@@ -17206,7 +17196,7 @@ object.entries@^1.0.3, object.entries@^1.1.0, object.entries@^1.1.4:
1720617196
define-properties "^1.1.3"
1720717197
es-abstract "^1.18.2"
1720817198

17209-
object.entries@^1.1.2:
17199+
object.entries@^1.1.2, object.entries@^1.1.5:
1721017200
version "1.1.5"
1721117201
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
1721217202
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
@@ -17225,6 +17215,15 @@ object.fromentries@^2.0.4:
1722517215
es-abstract "^1.18.0-next.2"
1722617216
has "^1.0.3"
1722717217

17218+
object.fromentries@^2.0.5:
17219+
version "2.0.5"
17220+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
17221+
integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
17222+
dependencies:
17223+
call-bind "^1.0.2"
17224+
define-properties "^1.1.3"
17225+
es-abstract "^1.19.1"
17226+
1722817227
object.getownpropertydescriptors@^2.0.2, object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0, object.getownpropertydescriptors@^2.1.1:
1722917228
version "2.1.2"
1723017229
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz#1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7"
@@ -17234,13 +17233,13 @@ object.getownpropertydescriptors@^2.0.2, object.getownpropertydescriptors@^2.0.3
1723417233
define-properties "^1.1.3"
1723517234
es-abstract "^1.18.0-next.2"
1723617235

17237-
object.hasown@^1.0.0:
17238-
version "1.0.0"
17239-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.0.0.tgz#bdbade33cfacfb25d7f26ae2b6cb870bf99905c2"
17240-
integrity sha512-qYMF2CLIjxxLGleeM0jrcB4kiv3loGVAjKQKvH8pSU/i2VcRRvUNmxbD+nEMmrXRfORhuVJuH8OtSYCZoue3zA==
17236+
object.hasown@^1.1.0:
17237+
version "1.1.0"
17238+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
17239+
integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
1724117240
dependencies:
1724217241
define-properties "^1.1.3"
17243-
es-abstract "^1.18.1"
17242+
es-abstract "^1.19.1"
1724417243

1724517244
object.pick@^1.3.0:
1724617245
version "1.3.0"
@@ -21005,6 +21004,20 @@ string.prototype.matchall@^4.0.5:
2100521004
regexp.prototype.flags "^1.3.1"
2100621005
side-channel "^1.0.4"
2100721006

21007+
string.prototype.matchall@^4.0.6:
21008+
version "4.0.6"
21009+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
21010+
integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==
21011+
dependencies:
21012+
call-bind "^1.0.2"
21013+
define-properties "^1.1.3"
21014+
es-abstract "^1.19.1"
21015+
get-intrinsic "^1.1.1"
21016+
has-symbols "^1.0.2"
21017+
internal-slot "^1.0.3"
21018+
regexp.prototype.flags "^1.3.1"
21019+
side-channel "^1.0.4"
21020+
2100821021
string.prototype.padend@^3.0.0:
2100921022
version "3.1.2"
2101021023
resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.2.tgz#6858ca4f35c5268ebd5e8615e1327d55f59ee311"

0 commit comments

Comments
 (0)