From cf667c590f5b78535fb9233d437f4927f5cbcaae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 21:54:56 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-react to v7.35.2 --- 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 f2938f9..dbe82b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint": "8.57.0", "eslint-config-scratch": "9.0.8", "eslint-plugin-import": "2.30.0", - "eslint-plugin-react": "7.35.1", + "eslint-plugin-react": "7.35.2", "fs-extra": "9.1.0", "intl": "1.2.5", "lodash.bindall": "4.4.0", @@ -9677,9 +9677,9 @@ } }, "node_modules/eslint-plugin-react": { - "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==", + "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, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9399908..6bf60c6 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint": "8.57.0", "eslint-config-scratch": "9.0.8", "eslint-plugin-import": "2.30.0", - "eslint-plugin-react": "7.35.1", + "eslint-plugin-react": "7.35.2", "fs-extra": "9.1.0", "intl": "1.2.5", "lodash.bindall": "4.4.0",