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",