diff --git a/package-lock.json b/package-lock.json index 50c9c5214..77117cb9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12053,9 +12053,9 @@ } }, "eslint-plugin-react-hooks": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.1.tgz", - "integrity": "sha512-vFJNwsf4MLYS0lHYfz9LqxQ+GccYsGGeKPHDxgkIaKbAhNuTLnST+q44pt81MzJZyFU5K4XLF6WiCGv3Yb6tCg==" + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.2.tgz", + "integrity": "sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg==" }, "eslint-scope": { "version": "5.0.0", diff --git a/package.json b/package.json index eecd22f49..d34dc20db 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@xstate/react": "^1.0.0-rc.6", "classnames": "^2.2.6", "date-fns": "^2.16.1", - "eslint-plugin-react-hooks": "^4.1.1", + "eslint-plugin-react-hooks": "^4.1.2", "gatsby": "^2.24.2", "gatsby-image": "^2.4.14", "gatsby-plugin-clearbit": "^1.1.0",