From e9ad405f1a792a8eef4163c952123e3e454353e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 04:20:03 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-react-hooks from 4.3.0 to 4.5.0 Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.3.0 to 4.5.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 c0588c6..ae3c528 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4442,9 +4442,9 @@ } }, "eslint-plugin-react-hooks": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz", - "integrity": "sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz", + "integrity": "sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==", "dev": true }, "eslint-scope": { diff --git a/package.json b/package.json index c04f79d..c6530f4 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "~5.2.0", "eslint-plugin-react": "~7.28.0", - "eslint-plugin-react-hooks": "~4.3.0", + "eslint-plugin-react-hooks": "~4.5.0", "identity-obj-proxy": "~3.0.0", "jest": "~27.5.1", "prettier": "~2.5.1",