From 4e2fa638b89a1f1f63177562e9317adcb7038564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 01:19:02 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20[frontend-deps]:=20Bump=20react-hoo?= =?UTF-8?q?k-form=20in=20/frontend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.54.2 to 7.59.0. - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.54.2...v7.59.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.59.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index d06cda1..cf10ef9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,7 +43,7 @@ "react-day-picker": "^9.7.0", "react-dom": "^19.0.0", "react-dropzone": "^14.3.8", - "react-hook-form": "^7.54.2", + "react-hook-form": "^7.59.0", "react-i18next": "^15.4.1", "react-icons": "^5.5.0", "react-router-dom": "^7.6.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index cb52bf7..5480ccc 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2603,10 +2603,10 @@ react-dropzone@^14.3.8: file-selector "^2.1.0" prop-types "^15.8.1" -react-hook-form@^7.54.2: - version "7.54.2" - resolved "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.2.tgz" - integrity sha512-eHpAUgUjWbZocoQYUHposymRb4ZP6d0uwUnooL2uOybA9/3tPUvoAKqEWK1WaSiTxxOfTpffNZP7QwlnM3/gEg== +react-hook-form@^7.59.0: + version "7.59.0" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.59.0.tgz#69e7ebc4db933f7aa0ef0973ec8e09f299e5f24e" + integrity sha512-kmkek2/8grqarTJExFNjy+RXDIP8yM+QTl3QL6m6Q8b2bih4ltmiXxH7T9n+yXNK477xPh5yZT/6vD8sYGzJTA== react-i18next@^15.4.1: version "15.4.1"