Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 17124a5

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.37.2
1 parent 372b659 commit 17124a5

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-config-prettier": "9.1.0",
2424
"eslint-plugin-import": "2.31.0",
2525
"eslint-plugin-prettier": "5.2.1",
26-
"eslint-plugin-react": "7.37.1",
26+
"eslint-plugin-react": "7.37.2",
2727
"eslint-plugin-react-hooks": "4.6.2",
2828
"eslint-webpack-plugin": "4.2.0",
2929
"fork-ts-checker-webpack-plugin": "9.0.2",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1611,10 +1611,10 @@ es-errors@^1.2.1, es-errors@^1.3.0:
16111611
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
16121612
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
16131613

1614-
es-iterator-helpers@^1.0.19:
1615-
version "1.0.19"
1616-
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz#117003d0e5fec237b4b5c08aded722e0c6d50ca8"
1617-
integrity sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==
1614+
es-iterator-helpers@^1.1.0:
1615+
version "1.1.0"
1616+
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.1.0.tgz#f6d745d342aea214fe09497e7152170dc333a7a6"
1617+
integrity sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==
16181618
dependencies:
16191619
call-bind "^1.0.7"
16201620
define-properties "^1.2.1"
@@ -1623,12 +1623,12 @@ es-iterator-helpers@^1.0.19:
16231623
es-set-tostringtag "^2.0.3"
16241624
function-bind "^1.1.2"
16251625
get-intrinsic "^1.2.4"
1626-
globalthis "^1.0.3"
1626+
globalthis "^1.0.4"
16271627
has-property-descriptors "^1.0.2"
16281628
has-proto "^1.0.3"
16291629
has-symbols "^1.0.3"
16301630
internal-slot "^1.0.7"
1631-
iterator.prototype "^1.1.2"
1631+
iterator.prototype "^1.1.3"
16321632
safe-array-concat "^1.1.2"
16331633

16341634
es-module-lexer@^1.2.1:
@@ -1747,17 +1747,17 @@ eslint-plugin-react-hooks@4.6.2:
17471747
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
17481748
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
17491749

1750-
eslint-plugin-react@7.37.1:
1751-
version "7.37.1"
1752-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz#56493d7d69174d0d828bc83afeffe96903fdadbd"
1753-
integrity sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==
1750+
eslint-plugin-react@7.37.2:
1751+
version "7.37.2"
1752+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.2.tgz#cd0935987876ba2900df2f58339f6d92305acc7a"
1753+
integrity sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==
17541754
dependencies:
17551755
array-includes "^3.1.8"
17561756
array.prototype.findlast "^1.2.5"
17571757
array.prototype.flatmap "^1.3.2"
17581758
array.prototype.tosorted "^1.1.4"
17591759
doctrine "^2.1.0"
1760-
es-iterator-helpers "^1.0.19"
1760+
es-iterator-helpers "^1.1.0"
17611761
estraverse "^5.3.0"
17621762
hasown "^2.0.2"
17631763
jsx-ast-utils "^2.4.1 || ^3.0.0"
@@ -2236,7 +2236,7 @@ globals@^13.19.0:
22362236
dependencies:
22372237
type-fest "^0.20.2"
22382238

2239-
globalthis@^1.0.3:
2239+
globalthis@^1.0.3, globalthis@^1.0.4:
22402240
version "1.0.4"
22412241
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
22422242
integrity sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==
@@ -2757,10 +2757,10 @@ isobject@^3.0.1:
27572757
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
27582758
integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==
27592759

2760-
iterator.prototype@^1.1.2:
2761-
version "1.1.2"
2762-
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.2.tgz#5e29c8924f01916cb9335f1ff80619dcff22b0c0"
2763-
integrity sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==
2760+
iterator.prototype@^1.1.3:
2761+
version "1.1.3"
2762+
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.3.tgz#016c2abe0be3bbdb8319852884f60908ac62bf9c"
2763+
integrity sha512-FW5iMbeQ6rBGm/oKgzq2aW4KvAGpxPzYES8N4g4xNXUKpL1mclMvOe+76AcLDTvD+Ze+sOpVhgdAQEKF4L9iGQ==
27642764
dependencies:
27652765
define-properties "^1.2.1"
27662766
get-intrinsic "^1.2.1"

0 commit comments

Comments
 (0)