diff --git a/package-lock.json b/package-lock.json index 2228c3f87..aaf91f2d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5123,6 +5123,14 @@ "unist-util-visit": "^1.4.1" } }, + "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" + } + }, "lodash": { "version": "4.17.20", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", @@ -11656,9 +11664,9 @@ } }, "eslint-plugin-react-hooks": { - "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==" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.0.tgz", + "integrity": "sha512-36zilUcDwDReiORXmcmTc6rRumu9JIM3WjSvV0nclHoUQ0CNrX866EwONvLR/UqaeqFutbAnVu8PEmctdo2SRQ==" }, "eslint-scope": { "version": "5.0.0", diff --git a/package.json b/package.json index 40ae665f7..0735425fd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@splitsoftware/splitio-react": "^1.2.0", "classnames": "^2.2.6", "date-fns": "^2.15.0", - "eslint-plugin-react-hooks": "^4.0.8", + "eslint-plugin-react-hooks": "^4.1.0", "gatsby": "^2.24.2", "gatsby-image": "^2.4.14", "gatsby-plugin-clearbit": "^1.1.0",