From 7522eb67db9a34e86698f0c2d145a1a60c1c374c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 11:59:11 +0000 Subject: [PATCH] :ghost: Bump react-hook-form from 7.62.0 to 7.63.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.62.0 to 7.63.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.62.0...v7.63.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.63.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index f7a846569..4b1ac5d76 100644 --- a/client/package.json +++ b/client/package.json @@ -37,7 +37,7 @@ "react": "^19.1.1", "react-dom": "^19.1.1", "react-error-boundary": "^6.0.0", - "react-hook-form": "^7.43.1", + "react-hook-form": "^7.66.1", "react-markdown": "^8.0.7", "react-oidc-context": "^3.3.0", "react-router-dom": "^7.8.1", diff --git a/package-lock.json b/package-lock.json index 45feb85fb..c70acc7a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "react": "^19.1.1", "react-dom": "^19.1.1", "react-error-boundary": "^6.0.0", - "react-hook-form": "^7.43.1", + "react-hook-form": "^7.66.1", "react-markdown": "^8.0.7", "react-oidc-context": "^3.3.0", "react-router-dom": "^7.8.1", @@ -9867,9 +9867,9 @@ "license": "MIT" }, "node_modules/react-hook-form": { - "version": "7.62.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.62.0.tgz", - "integrity": "sha512-7KWFejc98xqG/F4bAxpL41NB3o1nnvQO1RWZT3TqRZYL8RryQETGfEdVnJN2fy1crCiBLLjkRBVK05j24FxJGA==", + "version": "7.66.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.66.1.tgz", + "integrity": "sha512-2KnjpgG2Rhbi+CIiIBQQ9Df6sMGH5ExNyFl4Hw9qO7pIqMBR8Bvu9RQyjl3JM4vehzCh9soiNUM/xYMswb2EiA==", "license": "MIT", "peer": true, "engines": {