Skip to content

Commit 68bd0b1

Browse files
Bump eslint-plugin-react from 7.37.1 to 7.37.2 in /demos/moderator (#1232)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f68d174 commit 68bd0b1

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

demos/moderator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint-plugin-import": "2.31.0",
3636
"eslint-plugin-json": "4.0.1",
3737
"eslint-plugin-prettier": "5.2.1",
38-
"eslint-plugin-react": "7.37.1",
38+
"eslint-plugin-react": "7.37.2",
3939
"jest-cli": "29.7.0",
4040
"node-sass": "9.0.0",
4141
"npm-run-all": "4.1.5",

demos/moderator/yarn.lock

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5825,10 +5825,10 @@ es-errors@^1.0.0, es-errors@^1.2.1, es-errors@^1.3.0:
58255825
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
58265826
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
58275827

5828-
es-iterator-helpers@^1.0.19:
5829-
version "1.0.19"
5830-
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz#117003d0e5fec237b4b5c08aded722e0c6d50ca8"
5831-
integrity sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==
5828+
es-iterator-helpers@^1.1.0:
5829+
version "1.1.0"
5830+
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.1.0.tgz#f6d745d342aea214fe09497e7152170dc333a7a6"
5831+
integrity sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==
58325832
dependencies:
58335833
call-bind "^1.0.7"
58345834
define-properties "^1.2.1"
@@ -5837,12 +5837,12 @@ es-iterator-helpers@^1.0.19:
58375837
es-set-tostringtag "^2.0.3"
58385838
function-bind "^1.1.2"
58395839
get-intrinsic "^1.2.4"
5840-
globalthis "^1.0.3"
5840+
globalthis "^1.0.4"
58415841
has-property-descriptors "^1.0.2"
58425842
has-proto "^1.0.3"
58435843
has-symbols "^1.0.3"
58445844
internal-slot "^1.0.7"
5845-
iterator.prototype "^1.1.2"
5845+
iterator.prototype "^1.1.3"
58465846
safe-array-concat "^1.1.2"
58475847

58485848
es-object-atoms@^1.0.0:
@@ -6019,17 +6019,17 @@ [email protected]:
60196019
prettier-linter-helpers "^1.0.0"
60206020
synckit "^0.9.1"
60216021

6022-
6023-
version "7.37.1"
6024-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz#56493d7d69174d0d828bc83afeffe96903fdadbd"
6025-
integrity sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==
6022+
6023+
version "7.37.2"
6024+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.2.tgz#cd0935987876ba2900df2f58339f6d92305acc7a"
6025+
integrity sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==
60266026
dependencies:
60276027
array-includes "^3.1.8"
60286028
array.prototype.findlast "^1.2.5"
60296029
array.prototype.flatmap "^1.3.2"
60306030
array.prototype.tosorted "^1.1.4"
60316031
doctrine "^2.1.0"
6032-
es-iterator-helpers "^1.0.19"
6032+
es-iterator-helpers "^1.1.0"
60336033
estraverse "^5.3.0"
60346034
hasown "^2.0.2"
60356035
jsx-ast-utils "^2.4.1 || ^3.0.0"
@@ -6908,6 +6908,14 @@ globalthis@^1.0.1, globalthis@^1.0.3:
69086908
dependencies:
69096909
define-properties "^1.1.3"
69106910

6911+
globalthis@^1.0.4:
6912+
version "1.0.4"
6913+
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
6914+
integrity sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==
6915+
dependencies:
6916+
define-properties "^1.2.1"
6917+
gopd "^1.0.1"
6918+
69116919
globby@^11.1.0:
69126920
version "11.1.0"
69136921
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
@@ -8074,10 +8082,10 @@ iterate-object@^1.1.0:
80748082
resolved "https://registry.yarnpkg.com/iterate-object/-/iterate-object-1.3.4.tgz#fa50b1d9e58e340a7dd6b4c98c8a5e182e790096"
80758083
integrity sha512-4dG1D1x/7g8PwHS9aK6QV5V94+ZvyP4+d19qDv43EzImmrndysIl4prmJ1hWWIGCqrZHyaHBm6BSEWHOLnpoNw==
80768084

8077-
iterator.prototype@^1.1.2:
8078-
version "1.1.2"
8079-
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.2.tgz#5e29c8924f01916cb9335f1ff80619dcff22b0c0"
8080-
integrity sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==
8085+
iterator.prototype@^1.1.3:
8086+
version "1.1.3"
8087+
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.3.tgz#016c2abe0be3bbdb8319852884f60908ac62bf9c"
8088+
integrity sha512-FW5iMbeQ6rBGm/oKgzq2aW4KvAGpxPzYES8N4g4xNXUKpL1mclMvOe+76AcLDTvD+Ze+sOpVhgdAQEKF4L9iGQ==
80818089
dependencies:
80828090
define-properties "^1.2.1"
80838091
get-intrinsic "^1.2.1"

0 commit comments

Comments
 (0)