From a38450dd25ecfa295f8b5146e9fde19d3c7e102e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Aug 2020 04:52:13 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react-hooks from 4.0.6 to 4.0.7 Snyk has created this PR to upgrade eslint-plugin-react-hooks from 4.0.6 to 4.0.7. 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 af1aa4fce..26151f7ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10540,9 +10540,9 @@ } }, "eslint-plugin-react-hooks": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.6.tgz", - "integrity": "sha512-RDrsUR/BjwCECcWS+5bc7mWiU/M1IOizKt40Zuei5mn0Eydubiooh87aSCiZ/BGMSUF7P8AqyMEqQL0RsAihmw==" + "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==" }, "eslint-scope": { "version": "5.0.0", diff --git a/package.json b/package.json index 4a73a06f9..755ee0ec5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@newrelic/gatsby-theme-newrelic": "^1.2.4", "classnames": "^2.2.6", "date-fns": "^2.14.0", - "eslint-plugin-react-hooks": "^4.0.6", + "eslint-plugin-react-hooks": "^4.0.7", "gatsby": "^2.24.2", "gatsby-image": "^2.4.12", "gatsby-plugin-emotion": "^4.3.9",