From 9233b13c1185694671476b414d5fa124097913b1 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Wed, 22 Jul 2020 04:52:11 +0000
Subject: [PATCH] fix: upgrade eslint-plugin-react-hooks from 4.0.4 to 4.0.5

Snyk has created this PR to upgrade eslint-plugin-react-hooks from 4.0.4 to 4.0.5.

See this package in npm:
https://www.npmjs.com/package/eslint-plugin-react-hooks

See this project in Snyk:
https://app.snyk.io/org/github-newrelic/project/868cac7a-942a-4cb5-a87b-05381c8ca7ec?utm_source=github&utm_medium=upgrade-pr
---
 package-lock.json | 14 +++++++++++---
 package.json      |  2 +-
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index cb9961a43..230a64329 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3831,6 +3831,14 @@
             "@emotion/babel-preset-css-prop": "^10.0.27"
           }
         },
+        "gatsby-plugin-newrelic": {
+          "version": "1.0.2",
+          "resolved": "https://registry.npmjs.org/gatsby-plugin-newrelic/-/gatsby-plugin-newrelic-1.0.2.tgz",
+          "integrity": "sha512-TWVysdMSuSRbzAAdHK+aZYxmMPQJDygvT1sKApApJBhVQ79ElBRiBnqIE5vDU26WH6sjqaxf8RlZFzmNWZ6n+A==",
+          "requires": {
+            "@babel/runtime": "^7.0.0"
+          }
+        },
         "gatsby-plugin-react-helmet": {
           "version": "3.3.10",
           "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.10.tgz",
@@ -10197,9 +10205,9 @@
       }
     },
     "eslint-plugin-react-hooks": {
-      "version": "4.0.4",
-      "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.4.tgz",
-      "integrity": "sha512-equAdEIsUETLFNCmmCkiCGq6rkSK5MoJhXFPFYeUebcjKgBmWWcgVOqZyQC8Bv1BwVCnTq9tBxgJFgAJTWoJtA=="
+      "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=="
     },
     "eslint-scope": {
       "version": "5.0.0",
diff --git a/package.json b/package.json
index 13b64fbf0..bc49bbe2e 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
     "@newrelic/gatsby-theme-newrelic": "^1.1.9",
     "classnames": "^2.2.6",
     "date-fns": "^2.14.0",
-    "eslint-plugin-react-hooks": "^4.0.4",
+    "eslint-plugin-react-hooks": "^4.0.5",
     "gatsby": "^2.24.2",
     "gatsby-image": "^2.4.9",
     "gatsby-plugin-emotion": "^4.3.9",