diff --git a/package-lock.json b/package-lock.json index 76b3b96..33a492a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5682,9 +5682,9 @@ } }, "eslint-plugin-react-hooks": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.5.tgz", - "integrity": "sha512-3YLSjoArsE2rUwL8li4Yxx1SUg3DQWp+78N3bcJQGWVZckcp+yeQGsap/MSq05+thJk57o+Ww4PtZukXGL02TQ==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.8.tgz", + "integrity": "sha512-6SSb5AiMCPd8FDJrzah+Z4F44P2CdOaK026cXFV+o/xSRzfOiV1FNFeLl2z6xm3yqWOQEZ5OfVgiec90qV2xrQ==", "dev": true }, "eslint-scope": { diff --git a/package.json b/package.json index d30372b..982799a 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint-config-prettier": "6.11.0", "eslint-plugin-prettier": "3.1.4", "eslint-plugin-react": "7.20.3", - "eslint-plugin-react-hooks": "4.0.5", + "eslint-plugin-react-hooks": "4.0.8", "husky": "4.2.5", "jest": "26.1.0", "lint-staged": "10.2.11",