diff --git a/package-lock.json b/package-lock.json index ca64ba6e1d..a7f1e47b1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -104,7 +104,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-babel": "5.3.1", "eslint-plugin-jsx-expressions": "1.3.2", - "eslint-plugin-react": "7.35.2", + "eslint-plugin-react": "7.36.1", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-native": "4.1.0", "jest": "29.7.0", @@ -10387,9 +10387,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.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz", + "integrity": "sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4efd13b3b9..8e86feabb8 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-babel": "5.3.1", "eslint-plugin-jsx-expressions": "1.3.2", - "eslint-plugin-react": "7.35.2", + "eslint-plugin-react": "7.36.1", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-native": "4.1.0", "jest": "29.7.0",