From 2d0c7e5da3a3c9da8525396957836160472d18b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Aug 2020 04:54:16 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react-hooks from 4.0.7 to 4.0.8 Snyk has created this PR to upgrade eslint-plugin-react-hooks from 4.0.7 to 4.0.8. 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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 869cfb138..e1c31175e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10553,9 +10553,9 @@ } }, "eslint-plugin-react-hooks": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.7.tgz", - "integrity": "sha512-5PuW2OMHQyMLr/+MqTluYN3/NeJJ1RuvmEp5TR9Xl2gXKxvcusUZuMz8XBUtbELNaiRYWs693LQs0cljKuuHRQ==" + "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==" }, "eslint-scope": { "version": "5.0.0", diff --git a/package.json b/package.json index 7ba5325ea..1038ad95a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@newrelic/gatsby-theme-newrelic": "^1.6.0", "classnames": "^2.2.6", "date-fns": "^2.14.0", - "eslint-plugin-react-hooks": "^4.0.7", + "eslint-plugin-react-hooks": "^4.0.8", "gatsby": "^2.24.2", "gatsby-image": "^2.4.13", "gatsby-plugin-emotion": "^4.3.10",