From 40a68a5010278573d36d55d9e0dd0f732613acdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 23:15:53 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-react-hooks to v4.6.0 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40cd1c9b0..a714ac16c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "eslint-plugin-jest": "24.7.0", "eslint-plugin-json": "2.0.1", "eslint-plugin-react": "7.14.2", - "eslint-plugin-react-hooks": "4.2.0", + "eslint-plugin-react-hooks": "4.6.0", "fastly": "1.2.1", "formik": "1.5.4", "formsy-react": "1.1.6", @@ -9374,15 +9374,15 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz", - "integrity": "sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", + "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", "dev": true, "engines": { "node": ">=10" }, "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" } }, "node_modules/eslint-plugin-react/node_modules/doctrine": { diff --git a/package.json b/package.json index ca4d3e7e2..092602ba6 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "eslint-plugin-jest": "24.7.0", "eslint-plugin-json": "2.0.1", "eslint-plugin-react": "7.14.2", - "eslint-plugin-react-hooks": "4.2.0", + "eslint-plugin-react-hooks": "4.6.0", "fastly": "1.2.1", "formik": "1.5.4", "formsy-react": "1.1.6",