Skip to content

Commit 5f12ffe

Browse files
chore(deps): update dependency eslint-plugin-react to v7.37.0
1 parent 4ebf645 commit 5f12ffe

File tree

2 files changed

+67
-78
lines changed

2 files changed

+67
-78
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"eslint-plugin-flowtype": "8.0.3",
6868
"eslint-plugin-import": "2.29.1",
6969
"eslint-plugin-jsx-a11y": "6.8.0",
70-
"eslint-plugin-react": "7.34.3",
70+
"eslint-plugin-react": "7.37.0",
7171
"flow-bin": "0.65.0",
7272
"gettext-to-messageformat": "0.3.1",
7373
"jest": "29.7.0",

yarn.lock

Lines changed: 66 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -2903,16 +2903,6 @@ array.prototype.flatmap@^1.3.1, array.prototype.flatmap@^1.3.2:
29032903
es-abstract "^1.22.1"
29042904
es-shim-unscopables "^1.0.0"
29052905

2906-
array.prototype.toreversed@^1.1.2:
2907-
version "1.1.2"
2908-
resolved "https://registry.yarnpkg.com/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz#b989a6bf35c4c5051e1dc0325151bf8088954eba"
2909-
integrity sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==
2910-
dependencies:
2911-
call-bind "^1.0.2"
2912-
define-properties "^1.2.0"
2913-
es-abstract "^1.22.1"
2914-
es-shim-unscopables "^1.0.0"
2915-
29162906
array.prototype.tosorted@^1.1.1:
29172907
version "1.1.2"
29182908
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.2.tgz#620eff7442503d66c799d95503f82b475745cefd"
@@ -3692,6 +3682,58 @@ error-ex@^1.3.1:
36923682
dependencies:
36933683
is-arrayish "^0.2.1"
36943684

3685+
es-abstract@^1.17.5, es-abstract@^1.23.3:
3686+
version "1.23.3"
3687+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0"
3688+
integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==
3689+
dependencies:
3690+
array-buffer-byte-length "^1.0.1"
3691+
arraybuffer.prototype.slice "^1.0.3"
3692+
available-typed-arrays "^1.0.7"
3693+
call-bind "^1.0.7"
3694+
data-view-buffer "^1.0.1"
3695+
data-view-byte-length "^1.0.1"
3696+
data-view-byte-offset "^1.0.0"
3697+
es-define-property "^1.0.0"
3698+
es-errors "^1.3.0"
3699+
es-object-atoms "^1.0.0"
3700+
es-set-tostringtag "^2.0.3"
3701+
es-to-primitive "^1.2.1"
3702+
function.prototype.name "^1.1.6"
3703+
get-intrinsic "^1.2.4"
3704+
get-symbol-description "^1.0.2"
3705+
globalthis "^1.0.3"
3706+
gopd "^1.0.1"
3707+
has-property-descriptors "^1.0.2"
3708+
has-proto "^1.0.3"
3709+
has-symbols "^1.0.3"
3710+
hasown "^2.0.2"
3711+
internal-slot "^1.0.7"
3712+
is-array-buffer "^3.0.4"
3713+
is-callable "^1.2.7"
3714+
is-data-view "^1.0.1"
3715+
is-negative-zero "^2.0.3"
3716+
is-regex "^1.1.4"
3717+
is-shared-array-buffer "^1.0.3"
3718+
is-string "^1.0.7"
3719+
is-typed-array "^1.1.13"
3720+
is-weakref "^1.0.2"
3721+
object-inspect "^1.13.1"
3722+
object-keys "^1.1.1"
3723+
object.assign "^4.1.5"
3724+
regexp.prototype.flags "^1.5.2"
3725+
safe-array-concat "^1.1.2"
3726+
safe-regex-test "^1.0.3"
3727+
string.prototype.trim "^1.2.9"
3728+
string.prototype.trimend "^1.0.8"
3729+
string.prototype.trimstart "^1.0.8"
3730+
typed-array-buffer "^1.0.2"
3731+
typed-array-byte-length "^1.0.1"
3732+
typed-array-byte-offset "^1.0.2"
3733+
typed-array-length "^1.0.6"
3734+
unbox-primitive "^1.0.2"
3735+
which-typed-array "^1.1.15"
3736+
36953737
es-abstract@^1.22.1:
36963738
version "1.22.2"
36973739
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.22.2.tgz#90f7282d91d0ad577f505e423e52d4c1d93c1b8a"
@@ -3789,58 +3831,6 @@ es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23.2:
37893831
unbox-primitive "^1.0.2"
37903832
which-typed-array "^1.1.15"
37913833

3792-
es-abstract@^1.23.3:
3793-
version "1.23.3"
3794-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0"
3795-
integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==
3796-
dependencies:
3797-
array-buffer-byte-length "^1.0.1"
3798-
arraybuffer.prototype.slice "^1.0.3"
3799-
available-typed-arrays "^1.0.7"
3800-
call-bind "^1.0.7"
3801-
data-view-buffer "^1.0.1"
3802-
data-view-byte-length "^1.0.1"
3803-
data-view-byte-offset "^1.0.0"
3804-
es-define-property "^1.0.0"
3805-
es-errors "^1.3.0"
3806-
es-object-atoms "^1.0.0"
3807-
es-set-tostringtag "^2.0.3"
3808-
es-to-primitive "^1.2.1"
3809-
function.prototype.name "^1.1.6"
3810-
get-intrinsic "^1.2.4"
3811-
get-symbol-description "^1.0.2"
3812-
globalthis "^1.0.3"
3813-
gopd "^1.0.1"
3814-
has-property-descriptors "^1.0.2"
3815-
has-proto "^1.0.3"
3816-
has-symbols "^1.0.3"
3817-
hasown "^2.0.2"
3818-
internal-slot "^1.0.7"
3819-
is-array-buffer "^3.0.4"
3820-
is-callable "^1.2.7"
3821-
is-data-view "^1.0.1"
3822-
is-negative-zero "^2.0.3"
3823-
is-regex "^1.1.4"
3824-
is-shared-array-buffer "^1.0.3"
3825-
is-string "^1.0.7"
3826-
is-typed-array "^1.1.13"
3827-
is-weakref "^1.0.2"
3828-
object-inspect "^1.13.1"
3829-
object-keys "^1.1.1"
3830-
object.assign "^4.1.5"
3831-
regexp.prototype.flags "^1.5.2"
3832-
safe-array-concat "^1.1.2"
3833-
safe-regex-test "^1.0.3"
3834-
string.prototype.trim "^1.2.9"
3835-
string.prototype.trimend "^1.0.8"
3836-
string.prototype.trimstart "^1.0.8"
3837-
typed-array-buffer "^1.0.2"
3838-
typed-array-byte-length "^1.0.1"
3839-
typed-array-byte-offset "^1.0.2"
3840-
typed-array-length "^1.0.6"
3841-
unbox-primitive "^1.0.2"
3842-
which-typed-array "^1.1.15"
3843-
38443834
es-define-property@^1.0.0:
38453835
version "1.0.0"
38463836
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.0.tgz#c7faefbdff8b2696cf5f46921edfb77cc4ba3845"
@@ -4138,29 +4128,29 @@ eslint-plugin-react-hooks@^4.3.0:
41384128
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
41394129
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
41404130

4141-
eslint-plugin-react@7.34.3:
4142-
version "7.34.3"
4143-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
4144-
integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
4131+
eslint-plugin-react@7.37.0:
4132+
version "7.37.0"
4133+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.0.tgz#c21f64a32fc34df1eaeca571ec8f70bdc40dd20a"
4134+
integrity sha512-IHBePmfWH5lKhJnJ7WB1V+v/GolbB0rjS8XYVCSQCZKaQCAUhMoVoOEn1Ef8Z8Wf0a7l8KTJvuZg5/e4qrZ6nA==
41454135
dependencies:
41464136
array-includes "^3.1.8"
41474137
array.prototype.findlast "^1.2.5"
41484138
array.prototype.flatmap "^1.3.2"
4149-
array.prototype.toreversed "^1.1.2"
41504139
array.prototype.tosorted "^1.1.4"
41514140
doctrine "^2.1.0"
41524141
es-iterator-helpers "^1.0.19"
41534142
estraverse "^5.3.0"
4143+
hasown "^2.0.2"
41544144
jsx-ast-utils "^2.4.1 || ^3.0.0"
41554145
minimatch "^3.1.2"
41564146
object.entries "^1.1.8"
41574147
object.fromentries "^2.0.8"
4158-
object.hasown "^1.1.4"
41594148
object.values "^1.2.0"
41604149
prop-types "^15.8.1"
41614150
resolve "^2.0.0-next.5"
41624151
semver "^6.3.1"
41634152
string.prototype.matchall "^4.0.11"
4153+
string.prototype.repeat "^1.0.0"
41644154

41654155
eslint-plugin-react@^7.27.1:
41664156
version "7.33.2"
@@ -6048,15 +6038,6 @@ object.hasown@^1.1.2:
60486038
define-properties "^1.2.0"
60496039
es-abstract "^1.22.1"
60506040

6051-
object.hasown@^1.1.4:
6052-
version "1.1.4"
6053-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
6054-
integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
6055-
dependencies:
6056-
define-properties "^1.2.1"
6057-
es-abstract "^1.23.2"
6058-
es-object-atoms "^1.0.0"
6059-
60606041
object.values@^1.1.6:
60616042
version "1.1.7"
60626043
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a"
@@ -6807,6 +6788,14 @@ string.prototype.matchall@^4.0.8:
68076788
set-function-name "^2.0.0"
68086789
side-channel "^1.0.4"
68096790

6791+
string.prototype.repeat@^1.0.0:
6792+
version "1.0.0"
6793+
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
6794+
integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==
6795+
dependencies:
6796+
define-properties "^1.1.3"
6797+
es-abstract "^1.17.5"
6798+
68106799
string.prototype.trim@^1.2.8:
68116800
version "1.2.8"
68126801
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"

0 commit comments

Comments
 (0)