From f2c9e54f10a91923cb4195fb4fc770add941b379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:17:49 +0000 Subject: [PATCH] Bump eslint-plugin-react from 7.37.0 to 7.37.1 in /demos/moderator Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.37.0 to 7.37.1. - [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](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.0...v7.37.1) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- demos/moderator/package.json | 2 +- demos/moderator/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/demos/moderator/package.json b/demos/moderator/package.json index 32fa8857..5daa438f 100644 --- a/demos/moderator/package.json +++ b/demos/moderator/package.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "2.30.0", "eslint-plugin-json": "4.0.1", "eslint-plugin-prettier": "5.2.1", - "eslint-plugin-react": "7.37.0", + "eslint-plugin-react": "7.37.1", "jest-cli": "29.7.0", "node-sass": "9.0.0", "npm-run-all": "4.1.5", diff --git a/demos/moderator/yarn.lock b/demos/moderator/yarn.lock index a09f497c..c6afffc9 100644 --- a/demos/moderator/yarn.lock +++ b/demos/moderator/yarn.lock @@ -5965,10 +5965,10 @@ eslint-plugin-prettier@5.2.1: prettier-linter-helpers "^1.0.0" synckit "^0.9.1" -eslint-plugin-react@7.37.0: - version "7.37.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.0.tgz#c21f64a32fc34df1eaeca571ec8f70bdc40dd20a" - integrity sha512-IHBePmfWH5lKhJnJ7WB1V+v/GolbB0rjS8XYVCSQCZKaQCAUhMoVoOEn1Ef8Z8Wf0a7l8KTJvuZg5/e4qrZ6nA== +eslint-plugin-react@7.37.1: + version "7.37.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz#56493d7d69174d0d828bc83afeffe96903fdadbd" + integrity sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg== dependencies: array-includes "^3.1.8" array.prototype.findlast "^1.2.5"