From 67f9d4c901ef2528ef83bc2da123094db046c19a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 20:16:33 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump eslint-plugin-react from 7.36.1 to 7.37.0 Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.36.1 to 7.37.0. - [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.36.1...v7.37.0) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/tool/site/client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0270a6664e..e5f22ceba3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8344,9 +8344,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.36.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz", - "integrity": "sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==", + "version": "7.37.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.0.tgz", + "integrity": "sha512-IHBePmfWH5lKhJnJ7WB1V+v/GolbB0rjS8XYVCSQCZKaQCAUhMoVoOEn1Ef8Z8Wf0a7l8KTJvuZg5/e4qrZ6nA==", "dev": true, "dependencies": { "array-includes": "^3.1.8", @@ -18019,7 +18019,7 @@ "axios-mock-adapter": "^1.22.0", "babel-loader": "^9.2.1", "css-loader": "^7.1.2", - "eslint-plugin-react": "^7.36.1", + "eslint-plugin-react": "^7.37.0", "eslint-plugin-react-hooks": "^4.6.2", "formik": "^2.4.6", "identity-obj-proxy": "^3.0.0", diff --git a/packages/tool/site/client/package.json b/packages/tool/site/client/package.json index 4a4313fd61..f3d1b255d7 100644 --- a/packages/tool/site/client/package.json +++ b/packages/tool/site/client/package.json @@ -36,7 +36,7 @@ "axios-mock-adapter": "^1.22.0", "babel-loader": "^9.2.1", "css-loader": "^7.1.2", - "eslint-plugin-react": "^7.36.1", + "eslint-plugin-react": "^7.37.0", "eslint-plugin-react-hooks": "^4.6.2", "formik": "^2.4.6", "identity-obj-proxy": "^3.0.0",