From b401ea220f8ff8227570f6f9fd905e13207dfb64 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Oct 2020 04:54:28 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react-hooks from 4.1.0 to 4.1.1 Snyk has created this PR to upgrade eslint-plugin-react-hooks from 4.1.0 to 4.1.1. 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 80126a9f8..fcc960b63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11668,9 +11668,9 @@ } }, "eslint-plugin-react-hooks": { - "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==" + "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==" }, "eslint-scope": { "version": "5.0.0", diff --git a/package.json b/package.json index 3969f847f..c757f235f 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.0", + "eslint-plugin-react-hooks": "^4.1.1", "gatsby": "^2.24.2", "gatsby-image": "^2.4.14", "gatsby-plugin-clearbit": "^1.1.0",