From 0a8323a7451d78bfbefd0d108e636f0584efad52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:04:49 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-react-hooks in /keycloak/keycloakify Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.6.2 to 5.0.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/eslint-plugin-react-hooks@5.0.0/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- keycloak/keycloakify/package.json | 2 +- keycloak/keycloakify/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/keycloak/keycloakify/package.json b/keycloak/keycloakify/package.json index 0d7d51738..0a6fc7f0a 100644 --- a/keycloak/keycloakify/package.json +++ b/keycloak/keycloakify/package.json @@ -32,7 +32,7 @@ "@typescript-eslint/parser": "^6.14.0", "@vitejs/plugin-react": "^4.3.4", "eslint": "^8.55.0", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", "eslint-plugin-storybook": "^0.11.1", "prettier": "3.4.1", diff --git a/keycloak/keycloakify/yarn.lock b/keycloak/keycloakify/yarn.lock index dceab3a6e..6e6569b02 100644 --- a/keycloak/keycloakify/yarn.lock +++ b/keycloak/keycloakify/yarn.lock @@ -2319,12 +2319,12 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react-hooks@npm:^4.6.0": - version: 4.6.2 - resolution: "eslint-plugin-react-hooks@npm:4.6.2" +"eslint-plugin-react-hooks@npm:^5.0.0": + version: 5.0.0 + resolution: "eslint-plugin-react-hooks@npm:5.0.0" peerDependencies: - eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - checksum: 10c0/4844e58c929bc05157fb70ba1e462e34f1f4abcbc8dd5bbe5b04513d33e2699effb8bca668297976ceea8e7ebee4e8fc29b9af9d131bcef52886feaa2308b2cc + eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 + checksum: 10c0/bcb74b421f32e4203a7100405b57aab85526be4461e5a1da01bc537969a30012d2ee209a2c2a6cac543833a27188ce1e6ad71e4628d0bb4a2e5365cad86c5002 languageName: node linkType: hard @@ -3191,7 +3191,7 @@ __metadata: "@typescript-eslint/parser": "npm:^6.14.0" "@vitejs/plugin-react": "npm:^4.3.4" eslint: "npm:^8.55.0" - eslint-plugin-react-hooks: "npm:^4.6.0" + eslint-plugin-react-hooks: "npm:^5.0.0" eslint-plugin-react-refresh: "npm:^0.4.14" eslint-plugin-storybook: "npm:^0.11.1" keycloakify: "npm:^11.4.0"