From 699355644905be627fe564245a2dba2c105d3e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 01:12:59 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.58.0 to 7.65.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.58.0 to 7.65.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.58.0...v7.65.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.65.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c647ff86f..3501be67f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "react-error-boundary": "^6.0.0", "react-google-recaptcha": "^3.1.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.58.0", + "react-hook-form": "^7.65.0", "react-i18next": "^15.7.3", "react-infinite-scroller": "^1.2.6", "react-intersection-observer": "^9.16.0", @@ -34659,9 +34659,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.58.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.58.0.tgz", - "integrity": "sha512-zGijmEed35oNfOfy7ub99jfjkiLhHwA3dl5AgyKdWC6QQzhnc7tkWewSa+T+A2EpLrc6wo5DUoZctS9kufWJjA==", + "version": "7.65.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.65.0.tgz", + "integrity": "sha512-xtOzDz063WcXvGWaHgLNrNzlsdFgtUWcb32E6WFaGTd7kPZG3EeDusjdZfUsPwKCKVXy1ZlntifaHZ4l8pAsmw==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 23abda419..a48e452f6 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "react-error-boundary": "^6.0.0", "react-google-recaptcha": "^3.1.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.58.0", + "react-hook-form": "^7.65.0", "react-i18next": "^15.7.3", "react-infinite-scroller": "^1.2.6", "react-intersection-observer": "^9.16.0",