diff --git a/package-lock.json b/package-lock.json index d9e6a311..8e6a2f27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -99,7 +99,7 @@ "cypress-plugin-tab": "^1.0.5", "eslint": "^8.57.0", "eslint-plugin-react": "^7.37.4", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.18", "i18next-parser": "^9.1.0", "istanbul": "^0.4.5", @@ -6021,15 +6021,16 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "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==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz", + "integrity": "sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" } }, "node_modules/eslint-plugin-react-refresh": { diff --git a/package.json b/package.json index ebb28e49..1f15cbd3 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "cypress-plugin-tab": "^1.0.5", "eslint": "^8.57.0", "eslint-plugin-react": "^7.37.4", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.18", "i18next-parser": "^9.1.0", "istanbul": "^0.4.5",