From d623d23012167a5093eea65f08a06e965eb08051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 21:56:22 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.56.0 to 7.59.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.56.0 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.56.0...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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8fb4e9f..7fca0a4 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.59.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..b199704 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.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-is@^16.13.1, react-is@^16.7.0: version "16.13.1"