diff --git a/package-lock.json b/package-lock.json index 869cfb138..e1c31175e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10553,9 +10553,9 @@ } }, "eslint-plugin-react-hooks": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.7.tgz", - "integrity": "sha512-5PuW2OMHQyMLr/+MqTluYN3/NeJJ1RuvmEp5TR9Xl2gXKxvcusUZuMz8XBUtbELNaiRYWs693LQs0cljKuuHRQ==" + "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==" }, "eslint-scope": { "version": "5.0.0", diff --git a/package.json b/package.json index 7ba5325ea..1038ad95a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@newrelic/gatsby-theme-newrelic": "^1.6.0", "classnames": "^2.2.6", "date-fns": "^2.14.0", - "eslint-plugin-react-hooks": "^4.0.7", + "eslint-plugin-react-hooks": "^4.0.8", "gatsby": "^2.24.2", "gatsby-image": "^2.4.13", "gatsby-plugin-emotion": "^4.3.10",