From a6ccc1c1e48c8ac4d2e34a768c740345448f2047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 00:53:06 +0000 Subject: [PATCH] Bump eslint-plugin-react from 7.35.0 to 7.35.1 (#1267) Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.35.0 to 7.35.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.35.0...v7.35.1) --- 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> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8901d5d9..4403cb2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "eslint-plugin-import": "~2.29.1", "eslint-plugin-jsx-a11y": "~6.9.0", "eslint-plugin-prettier": "~5.2.1", - "eslint-plugin-react": "~7.35.0", + "eslint-plugin-react": "~7.35.1", "eslint-webpack-plugin": "~4.2.0", "file-loader": "~6.2.0", "husky": "~9.1.5", @@ -8855,9 +8855,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.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.1.tgz", + "integrity": "sha512-B5ok2JgbaaWn/zXbKCGgKDNL2tsID3Pd/c/yvjcpsd9HQDwyYc/TQv3AZMmOvrJgCs3AnYNUHRCQEMMQAYJ7Yg==", "dev": true, "dependencies": { "array-includes": "^3.1.8", diff --git a/package.json b/package.json index 35e539a6..65a22008 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "eslint-plugin-import": "~2.29.1", "eslint-plugin-jsx-a11y": "~6.9.0", "eslint-plugin-prettier": "~5.2.1", - "eslint-plugin-react": "~7.35.0", + "eslint-plugin-react": "~7.35.1", "eslint-webpack-plugin": "~4.2.0", "file-loader": "~6.2.0", "husky": "~9.1.5",