From 0377d36b6377baefe553af813d3a72dd2fce55cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 20:34:58 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.54.2 to 7.65.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.54.2 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.54.2...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] --- frontend/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 9e28da8e..62a4c6ec 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -42,7 +42,7 @@ "react-dom": "^19.0.0", "react-easy-crop": "^5.4.1", "react-filerobot-image-editor": "^4.9.1", - "react-hook-form": "^7.54.2", + "react-hook-form": "^7.65.0", "react-icons": "^5.5.0", "react-markdown": "^10.0.1", "react-redux": "^9.2.0", diff --git a/package-lock.json b/package-lock.json index 8c6b1f1d..c2234797 100644 --- a/package-lock.json +++ b/package-lock.json @@ -97,7 +97,7 @@ "react-dom": "^19.0.0", "react-easy-crop": "^5.4.1", "react-filerobot-image-editor": "^4.9.1", - "react-hook-form": "^7.54.2", + "react-hook-form": "^7.65.0", "react-icons": "^5.5.0", "react-markdown": "^10.0.1", "react-redux": "^9.2.0", @@ -9172,9 +9172,9 @@ "license": "MIT" }, "node_modules/react-hook-form": { - "version": "7.54.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.2.tgz", - "integrity": "sha512-eHpAUgUjWbZocoQYUHposymRb4ZP6d0uwUnooL2uOybA9/3tPUvoAKqEWK1WaSiTxxOfTpffNZP7QwlnM3/gEg==", + "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"