From 2ebd8c5609425ac73f733ebec9019df5d9a3778b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Oct 2020 04:53:21 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react-hooks from 4.1.1 to 4.1.2 Snyk has created this PR to upgrade eslint-plugin-react-hooks from 4.1.1 to 4.1.2. 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 50c9c5214..77117cb9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12053,9 +12053,9 @@ } }, "eslint-plugin-react-hooks": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.1.tgz", - "integrity": "sha512-vFJNwsf4MLYS0lHYfz9LqxQ+GccYsGGeKPHDxgkIaKbAhNuTLnST+q44pt81MzJZyFU5K4XLF6WiCGv3Yb6tCg==" + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.2.tgz", + "integrity": "sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg==" }, "eslint-scope": { "version": "5.0.0", diff --git a/package.json b/package.json index eecd22f49..d34dc20db 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@xstate/react": "^1.0.0-rc.6", "classnames": "^2.2.6", "date-fns": "^2.16.1", - "eslint-plugin-react-hooks": "^4.1.1", + "eslint-plugin-react-hooks": "^4.1.2", "gatsby": "^2.24.2", "gatsby-image": "^2.4.14", "gatsby-plugin-clearbit": "^1.1.0",