From 5ef560361739aff23bff4d83569a93a549e8a730 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:32:28 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-react-hooks to v5 --- zucchini-ui-frontend/package.json | 2 +- zucchini-ui-frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/zucchini-ui-frontend/package.json b/zucchini-ui-frontend/package.json index e5c831e7b..fdc809a46 100644 --- a/zucchini-ui-frontend/package.json +++ b/zucchini-ui-frontend/package.json @@ -37,7 +37,7 @@ "eslint-plugin-jest-dom": "5.5.0", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-react": "7.37.2", - "eslint-plugin-react-hooks": "4.6.2", + "eslint-plugin-react-hooks": "5.0.0", "eslint-plugin-testing-library": "6.5.0", "eslint-webpack-plugin": "4.2.0", "jest": "29.7.0", diff --git a/zucchini-ui-frontend/yarn.lock b/zucchini-ui-frontend/yarn.lock index fba5d0bac..341d58520 100644 --- a/zucchini-ui-frontend/yarn.lock +++ b/zucchini-ui-frontend/yarn.lock @@ -4494,10 +4494,10 @@ eslint-plugin-prettier@5.2.1: prettier-linter-helpers "^1.0.0" synckit "^0.9.1" -eslint-plugin-react-hooks@4.6.2: - version "4.6.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596" - integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ== +eslint-plugin-react-hooks@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz#72e2eefbac4b694f5324154619fee44f5f60f101" + integrity sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw== eslint-plugin-react@7.37.2: version "7.37.2"