diff --git a/package.json b/package.json index e23c9fd7..fd1c0b2b 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.0", + "eslint-plugin-react": "7.31.4", "eslint-plugin-react-hooks": "4.6.0", "husky": "5.2.0", "jest": "29.0.1", diff --git a/web-extension/package.json b/web-extension/package.json index b6e13d14..c354d24e 100644 --- a/web-extension/package.json +++ b/web-extension/package.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "2.26.0", "eslint-plugin-jest": "27.0.1", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.0", + "eslint-plugin-react": "7.31.4", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-testing-library": "5.6.0", "eslint-webpack-plugin": "3.2.0", diff --git a/web-extension/yarn.lock b/web-extension/yarn.lock index 2f4e820e..36654d84 100644 --- a/web-extension/yarn.lock +++ b/web-extension/yarn.lock @@ -6261,10 +6261,10 @@ eslint-plugin-react-hooks@^4.3.0: resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz#5f762dfedf8b2cf431c689f533c9d3fa5dcf25ad" integrity sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw== -eslint-plugin-react@7.31.0: - version "7.31.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.0.tgz#fd3f81c9db5971095b3521ede22781afd37442b0" - integrity sha512-BWriBttYYCnfb4RO9SB91Og8uA9CPcBMl5UlCOCtuYW1UjhN3QypzEcEHky4ZIRZDKjbO2Blh9BjP8E7W/b1SA== +eslint-plugin-react@7.31.4: + version "7.31.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.4.tgz#df79aa4343490cbc438d72b864cd92487de3e4d9" + integrity sha512-2ry4HTT+c+hSgpnV2DXj3d5oAmH11KH8HHQwtcfRdq6/+R3nEimvMbwAqK79eb4ZW1/hp8yC5elBusZM6li/Gg== dependencies: array-includes "^3.1.5" array.prototype.flatmap "^1.3.0" diff --git a/yarn.lock b/yarn.lock index 626df057..570fd8ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5129,10 +5129,10 @@ eslint-plugin-react-hooks@4.6.0: resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3" integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g== -eslint-plugin-react@7.31.0: - version "7.31.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.0.tgz#fd3f81c9db5971095b3521ede22781afd37442b0" - integrity sha512-BWriBttYYCnfb4RO9SB91Og8uA9CPcBMl5UlCOCtuYW1UjhN3QypzEcEHky4ZIRZDKjbO2Blh9BjP8E7W/b1SA== +eslint-plugin-react@7.31.4: + version "7.31.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.4.tgz#df79aa4343490cbc438d72b864cd92487de3e4d9" + integrity sha512-2ry4HTT+c+hSgpnV2DXj3d5oAmH11KH8HHQwtcfRdq6/+R3nEimvMbwAqK79eb4ZW1/hp8yC5elBusZM6li/Gg== dependencies: array-includes "^3.1.5" array.prototype.flatmap "^1.3.0"