Skip to content

Commit 7580fce

Browse files
⬆️ Bump eslint-plugin-react from 7.37.1 to 7.37.2 (#895)
⬆️ Bump eslint-plugin-react from 7.37.1 to 7.37.2 Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.37.1 to 7.37.2. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.37.1...v7.37.2) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb4ba8b commit 7580fce

File tree

2 files changed

+25
-16
lines changed

2 files changed

+25
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"eslint-import-resolver-typescript": "^3.6.3",
9090
"eslint-plugin-import": "^2.31.0",
9191
"eslint-plugin-jest": "^28.8.3",
92-
"eslint-plugin-react": "^7.37.1",
92+
"eslint-plugin-react": "^7.37.2",
9393
"eslint-plugin-react-native": "^4.1.0",
9494
"husky": "^9.1.6",
9595
"jest": "^29.7.0",

yarn.lock

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3356,10 +3356,10 @@ es-errors@^1.2.1, es-errors@^1.3.0:
33563356
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
33573357
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
33583358

3359-
es-iterator-helpers@^1.0.19:
3360-
version "1.0.19"
3361-
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz#117003d0e5fec237b4b5c08aded722e0c6d50ca8"
3362-
integrity sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==
3359+
es-iterator-helpers@^1.1.0:
3360+
version "1.2.0"
3361+
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.2.0.tgz#2f1a3ab998b30cb2d10b195b587c6d9ebdebf152"
3362+
integrity sha512-tpxqxncxnpw3c93u8n3VOzACmRFoVmWJqbWXvX/JfKbkhBw1oslgPrUfeSt2psuqyEJFD6N/9lg5i7bsKpoq+Q==
33633363
dependencies:
33643364
call-bind "^1.0.7"
33653365
define-properties "^1.2.1"
@@ -3368,12 +3368,13 @@ es-iterator-helpers@^1.0.19:
33683368
es-set-tostringtag "^2.0.3"
33693369
function-bind "^1.1.2"
33703370
get-intrinsic "^1.2.4"
3371-
globalthis "^1.0.3"
3371+
globalthis "^1.0.4"
3372+
gopd "^1.0.1"
33723373
has-property-descriptors "^1.0.2"
33733374
has-proto "^1.0.3"
33743375
has-symbols "^1.0.3"
33753376
internal-slot "^1.0.7"
3376-
iterator.prototype "^1.1.2"
3377+
iterator.prototype "^1.1.3"
33773378
safe-array-concat "^1.1.2"
33783379

33793380
es-object-atoms@^1.0.0:
@@ -3528,17 +3529,17 @@ eslint-plugin-react-native@^4.1.0:
35283529
dependencies:
35293530
eslint-plugin-react-native-globals "^0.1.1"
35303531

3531-
eslint-plugin-react@^7.37.1:
3532-
version "7.37.1"
3533-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz#56493d7d69174d0d828bc83afeffe96903fdadbd"
3534-
integrity sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==
3532+
eslint-plugin-react@^7.37.2:
3533+
version "7.37.2"
3534+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.2.tgz#cd0935987876ba2900df2f58339f6d92305acc7a"
3535+
integrity sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==
35353536
dependencies:
35363537
array-includes "^3.1.8"
35373538
array.prototype.findlast "^1.2.5"
35383539
array.prototype.flatmap "^1.3.2"
35393540
array.prototype.tosorted "^1.1.4"
35403541
doctrine "^2.1.0"
3541-
es-iterator-helpers "^1.0.19"
3542+
es-iterator-helpers "^1.1.0"
35423543
estraverse "^5.3.0"
35433544
hasown "^2.0.2"
35443545
jsx-ast-utils "^2.4.1 || ^3.0.0"
@@ -4058,6 +4059,14 @@ globalthis@^1.0.3:
40584059
dependencies:
40594060
define-properties "^1.1.3"
40604061

4062+
globalthis@^1.0.4:
4063+
version "1.0.4"
4064+
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
4065+
integrity sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==
4066+
dependencies:
4067+
define-properties "^1.2.1"
4068+
gopd "^1.0.1"
4069+
40614070
globby@^11.1.0:
40624071
version "11.1.0"
40634072
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
@@ -4705,10 +4714,10 @@ istanbul-reports@^3.1.3:
47054714
html-escaper "^2.0.0"
47064715
istanbul-lib-report "^3.0.0"
47074716

4708-
iterator.prototype@^1.1.2:
4709-
version "1.1.2"
4710-
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.2.tgz#5e29c8924f01916cb9335f1ff80619dcff22b0c0"
4711-
integrity sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==
4717+
iterator.prototype@^1.1.3:
4718+
version "1.1.3"
4719+
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.3.tgz#016c2abe0be3bbdb8319852884f60908ac62bf9c"
4720+
integrity sha512-FW5iMbeQ6rBGm/oKgzq2aW4KvAGpxPzYES8N4g4xNXUKpL1mclMvOe+76AcLDTvD+Ze+sOpVhgdAQEKF4L9iGQ==
47124721
dependencies:
47134722
define-properties "^1.2.1"
47144723
get-intrinsic "^1.2.1"

0 commit comments

Comments
 (0)