From 726c2995df3067df8d4cdcf0f4ad7516bdc2bcae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:49:54 +0000 Subject: [PATCH] Bump eslint-plugin-react from 7.35.0 to 7.35.2 in /app (#1290) Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.35.0 to 7.35.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](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.0...v7.35.2) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/package-lock.json | 8 ++++---- app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 66cca9f5..ce60578a 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -52,7 +52,7 @@ "@vitejs/plugin-react-swc": "^3.7.0", "eslint": "^9.10.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-react": "^7.35.0", + "eslint-plugin-react": "^7.35.2", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "globals": "^15.9.0", "postcss-nesting": "^13.0.0", @@ -3638,9 +3638,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.35.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz", - "integrity": "sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==", + "version": "7.35.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.2.tgz", + "integrity": "sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==", "dev": true, "dependencies": { "array-includes": "^3.1.8", diff --git a/app/package.json b/app/package.json index e4d60953..4407f5ec 100644 --- a/app/package.json +++ b/app/package.json @@ -74,7 +74,7 @@ "@vitejs/plugin-react-swc": "^3.7.0", "eslint": "^9.10.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-react": "^7.35.0", + "eslint-plugin-react": "^7.35.2", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "globals": "^15.9.0", "postcss-nesting": "^13.0.0",