diff --git a/package-lock.json b/package-lock.json index f0bcf9b5d..79fac7bb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10202,9 +10202,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.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.6.tgz", + "integrity": "sha512-RDrsUR/BjwCECcWS+5bc7mWiU/M1IOizKt40Zuei5mn0Eydubiooh87aSCiZ/BGMSUF7P8AqyMEqQL0RsAihmw==" }, "eslint-scope": { "version": "5.0.0", diff --git a/package.json b/package.json index 8faf2d8a4..13c26c285 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@newrelic/gatsby-theme-newrelic": "^1.2.3", "classnames": "^2.2.6", "date-fns": "^2.14.0", - "eslint-plugin-react-hooks": "^4.0.5", + "eslint-plugin-react-hooks": "^4.0.6", "gatsby": "^2.24.2", "gatsby-image": "^2.4.12", "gatsby-plugin-emotion": "^4.3.9",