From 29ca84f9ea0212bd5f2b744a357219addc07aa1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:07:43 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-react to v7.36.0 --- 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 a118e1cd..7e915b83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -105,7 +105,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.30.0", "eslint-plugin-jsx-a11y": "6.10.0", - "eslint-plugin-react": "7.35.2", + "eslint-plugin-react": "7.36.0", "eslint-plugin-react-hooks": "4.6.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", @@ -13596,9 +13596,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.35.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.2.tgz", - "integrity": "sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==", + "version": "7.36.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.36.0.tgz", + "integrity": "sha512-c+RvVxBH0JE2kHt/8p043nPPhIohSnyQOZApIzGJqM2tXnjEzcZzyKIAg72gymLtuwuKfgGxW2H2aqTJqRgTfQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f6b4f6dc..c5ee1236 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.30.0", "eslint-plugin-jsx-a11y": "6.10.0", - "eslint-plugin-react": "7.35.2", + "eslint-plugin-react": "7.36.0", "eslint-plugin-react-hooks": "4.6.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0",