diff --git a/package-lock.json b/package-lock.json index ae06a4d3..fa4fad5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13988,9 +13988,9 @@ } }, "eslint-plugin-react-hooks": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz", - "integrity": "sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz", + "integrity": "sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ==", "dev": true }, "eslint-scope": { diff --git a/package.json b/package.json index 0fe6cea6..f20df139 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "5.1.0", "eslint-plugin-react": "7.23.1", - "eslint-plugin-react-hooks": "4.2.0", + "eslint-plugin-react-hooks": "4.4.0", "jest": "27.2.5", "jest-transform-stub": "2.0.0", "prettier": "2.4.1",