diff --git a/package.json b/package.json index 4b5f7135d3..143098d1a1 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "enzyme-adapter-react-16": "^1.15.6", "enzyme-to-json": "^3.6.2", "eslint": "^8.25.0", - "eslint-plugin-react": "^7.31.8", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^8.0.1", "jest": "^28.1.3", diff --git a/packages/dev-dependencies/package.json b/packages/dev-dependencies/package.json index b6549be666..611a028553 100644 --- a/packages/dev-dependencies/package.json +++ b/packages/dev-dependencies/package.json @@ -43,7 +43,7 @@ "enzyme-adapter-react-16": "^1.15.6", "enzyme-to-json": "^3.6.2", "eslint": "^8.25.0", - "eslint-plugin-react": "^7.31.8", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "execa": "^5.1.1", "husky": "^8.0.1", diff --git a/packages/eslint-config-next/package.json b/packages/eslint-config-next/package.json index 02d9ac4cc3..88797ff010 100644 --- a/packages/eslint-config-next/package.json +++ b/packages/eslint-config-next/package.json @@ -12,7 +12,7 @@ "peerDependencies": { "@typescript-eslint/eslint-plugin": ">= 5.39.0", "eslint": ">= 8.25.0", - "eslint-plugin-react": ">= 7.31.8", + "eslint-plugin-react": ">= 7.31.9", "eslint-plugin-react-hooks": ">= 4.6.0" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 34f60f48d0..4bb306a477 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7369,10 +7369,10 @@ eslint-plugin-react-hooks@^4.6.0: resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3" integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g== -eslint-plugin-react@^7.31.8: - version "7.31.8" - resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.8.tgz#3a4f80c10be1bcbc8197be9e8b641b2a3ef219bf" - integrity sha512-5lBTZmgQmARLLSYiwI71tiGVTLUuqXantZM6vlSY39OaDSV0M7+32K5DnLkmFrwTe+Ksz0ffuLUC91RUviVZfw== +eslint-plugin-react@^7.31.9: + version "7.31.9" + resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.9.tgz#7474ad4e21db368f61d17e1f2e78d43dbbdd50b2" + integrity sha512-vrVJwusIw4L99lyfXjtCw8HWdloajsiYslMavogrBe2Gl8gr95TJsJnOMRasN4b4N24I3XuJf6aAV6MhyGmjqw== dependencies: array-includes "^3.1.5" array.prototype.flatmap "^1.3.0"