diff --git a/package-lock.json b/package-lock.json index c0588c6..301be38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4442,9 +4442,9 @@ } }, "eslint-plugin-react-hooks": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz", - "integrity": "sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", + "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", "dev": true }, "eslint-scope": { diff --git a/package.json b/package.json index c04f79d..3ff31be 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "~5.2.0", "eslint-plugin-react": "~7.28.0", - "eslint-plugin-react-hooks": "~4.3.0", + "eslint-plugin-react-hooks": "~4.6.0", "identity-obj-proxy": "~3.0.0", "jest": "~27.5.1", "prettier": "~2.5.1",