Skip to content

Commit 191f016

Browse files
Update dependency eslint-plugin-react to v7.37.2 (#229)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 15de529 commit 191f016

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-config-react-app": "6.0.0",
2929
"eslint-plugin-import": "2.31.0",
3030
"eslint-plugin-jsx-a11y": "6.10.2",
31-
"eslint-plugin-react": "7.37.1",
31+
"eslint-plugin-react": "7.37.2",
3232
"eslint-plugin-react-hooks": "4.6.2",
3333
"jest": "26.6.3",
3434
"jest-dom": "4.0.0",

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8363,10 +8363,10 @@ es-get-iterator@^1.0.2:
83638363
is-string "^1.0.5"
83648364
isarray "^2.0.5"
83658365

8366-
es-iterator-helpers@^1.0.19:
8367-
version "1.1.0"
8368-
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.1.0.tgz#f6d745d342aea214fe09497e7152170dc333a7a6"
8369-
integrity sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==
8366+
es-iterator-helpers@^1.1.0:
8367+
version "1.2.0"
8368+
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.2.0.tgz#2f1a3ab998b30cb2d10b195b587c6d9ebdebf152"
8369+
integrity sha512-tpxqxncxnpw3c93u8n3VOzACmRFoVmWJqbWXvX/JfKbkhBw1oslgPrUfeSt2psuqyEJFD6N/9lg5i7bsKpoq+Q==
83708370
dependencies:
83718371
call-bind "^1.0.7"
83728372
define-properties "^1.2.1"
@@ -8376,6 +8376,7 @@ es-iterator-helpers@^1.0.19:
83768376
function-bind "^1.1.2"
83778377
get-intrinsic "^1.2.4"
83788378
globalthis "^1.0.4"
8379+
gopd "^1.0.1"
83798380
has-property-descriptors "^1.0.2"
83808381
has-proto "^1.0.3"
83818382
has-symbols "^1.0.3"
@@ -8579,17 +8580,17 @@ [email protected]:
85798580
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
85808581
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
85818582

8582-
8583-
version "7.37.1"
8584-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz#56493d7d69174d0d828bc83afeffe96903fdadbd"
8585-
integrity sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==
8583+
8584+
version "7.37.2"
8585+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.2.tgz#cd0935987876ba2900df2f58339f6d92305acc7a"
8586+
integrity sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==
85868587
dependencies:
85878588
array-includes "^3.1.8"
85888589
array.prototype.findlast "^1.2.5"
85898590
array.prototype.flatmap "^1.3.2"
85908591
array.prototype.tosorted "^1.1.4"
85918592
doctrine "^2.1.0"
8592-
es-iterator-helpers "^1.0.19"
8593+
es-iterator-helpers "^1.1.0"
85938594
estraverse "^5.3.0"
85948595
hasown "^2.0.2"
85958596
jsx-ast-utils "^2.4.1 || ^3.0.0"

0 commit comments

Comments
 (0)