From f48fb9efc4fb712783352fb63e83eb273f1a029f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 18:28:03 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.56.0 to 7.57.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.56.0 to 7.57.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.56.0...v7.57.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.57.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8fb4e9f..11150a9 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "prismjs": "^1.29.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.56.0", + "react-hook-form": "^7.57.0", "react-markdown": "^9.0.1", "rehype-katex": "^7.0.1", "rehype-raw": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index ac76b69..d943d2a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10130,10 +10130,10 @@ react-dom@^18.3.1: loose-envify "^1.1.0" scheduler "^0.23.2" -react-hook-form@^7.56.0: - version "7.56.0" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.56.0.tgz#2ab5911a959f0173f4194849615d73a4fff39390" - integrity sha512-U2QQgx5z2Y8Z0qlXv3W19hWHJgfKdWMz0O/osuY+o+CYq568V2R/JhzC6OAXfR8k24rIN0Muan2Qliaq9eKs/g== +react-hook-form@^7.57.0: + version "7.57.0" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.57.0.tgz#d0bb0c84060c6b9282d99c64566ec919dfca9409" + integrity sha512-RbEks3+cbvTP84l/VXGUZ+JMrKOS8ykQCRYdm5aYsxnDquL0vspsyNhGRO7pcH6hsZqWlPOjLye7rJqdtdAmlg== react-is@^16.13.1, react-is@^16.7.0: version "16.13.1"