From cef856bd61e55783d2662f1d1250b68979d60ef7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Sep 2020 04:55:47 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react-hooks from 4.0.8 to 4.1.0 Snyk has created this PR to upgrade eslint-plugin-react-hooks from 4.0.8 to 4.1.0. 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 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",