Skip to content

Commit a26d958

Browse files
chore(deps): update dependency eslint-plugin-react to v7.37.3 (#2257)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent abc5d8d commit a26d958

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

test-app/yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -2951,7 +2951,7 @@ array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2:
29512951
es-abstract "^1.23.5"
29522952
es-shim-unscopables "^1.0.2"
29532953

2954-
array.prototype.flatmap@^1.3.2:
2954+
array.prototype.flatmap@^1.3.2, array.prototype.flatmap@^1.3.3:
29552955
version "1.3.3"
29562956
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz#712cc792ae70370ae40586264629e33aab5dd38b"
29572957
integrity sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==
@@ -4377,7 +4377,7 @@ es-errors@^1.3.0:
43774377
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
43784378
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
43794379

4380-
es-iterator-helpers@^1.1.0:
4380+
es-iterator-helpers@^1.2.1:
43814381
version "1.2.1"
43824382
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz#d1dd0f58129054c0ad922e6a9a1e65eef435fe75"
43834383
integrity sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==
@@ -4655,27 +4655,27 @@ eslint-plugin-react-hooks@^5.0.0:
46554655
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
46564656

46574657
eslint-plugin-react@^7.27.1, eslint-plugin-react@^7.34.1:
4658-
version "7.37.2"
4659-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.2.tgz#cd0935987876ba2900df2f58339f6d92305acc7a"
4660-
integrity sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==
4658+
version "7.37.3"
4659+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.3.tgz#567549e9251533975c4ea9706f986c3a64832031"
4660+
integrity sha512-DomWuTQPFYZwF/7c9W2fkKkStqZmBd3uugfqBYLdkZ3Hii23WzZuOLUskGxB8qkSKqftxEeGL1TB2kMhrce0jA==
46614661
dependencies:
46624662
array-includes "^3.1.8"
46634663
array.prototype.findlast "^1.2.5"
4664-
array.prototype.flatmap "^1.3.2"
4664+
array.prototype.flatmap "^1.3.3"
46654665
array.prototype.tosorted "^1.1.4"
46664666
doctrine "^2.1.0"
4667-
es-iterator-helpers "^1.1.0"
4667+
es-iterator-helpers "^1.2.1"
46684668
estraverse "^5.3.0"
46694669
hasown "^2.0.2"
46704670
jsx-ast-utils "^2.4.1 || ^3.0.0"
46714671
minimatch "^3.1.2"
46724672
object.entries "^1.1.8"
46734673
object.fromentries "^2.0.8"
4674-
object.values "^1.2.0"
4674+
object.values "^1.2.1"
46754675
prop-types "^15.8.1"
46764676
resolve "^2.0.0-next.5"
46774677
semver "^6.3.1"
4678-
string.prototype.matchall "^4.0.11"
4678+
string.prototype.matchall "^4.0.12"
46794679
string.prototype.repeat "^1.0.0"
46804680

46814681
eslint-plugin-testing-library@^5.0.1:
@@ -7370,7 +7370,7 @@ object.groupby@^1.0.3:
73707370
define-properties "^1.2.1"
73717371
es-abstract "^1.23.2"
73727372

7373-
object.values@^1.1.0, object.values@^1.1.6, object.values@^1.2.0:
7373+
object.values@^1.1.0, object.values@^1.1.6, object.values@^1.2.0, object.values@^1.2.1:
73747374
version "1.2.1"
73757375
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz#deed520a50809ff7f75a7cfd4bc64c7a038c6216"
73767376
integrity sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==
@@ -9246,7 +9246,7 @@ string.prototype.includes@^2.0.1:
92469246
define-properties "^1.2.1"
92479247
es-abstract "^1.23.3"
92489248

9249-
string.prototype.matchall@^4.0.11, string.prototype.matchall@^4.0.6:
9249+
string.prototype.matchall@^4.0.12, string.prototype.matchall@^4.0.6:
92509250
version "4.0.12"
92519251
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz#6c88740e49ad4956b1332a911e949583a275d4c0"
92529252
integrity sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==

0 commit comments

Comments
 (0)