From 8bbccb827238ca0c668a07dae823ad616434bc3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:35:05 +0000 Subject: [PATCH] deps: Bump react-hook-form from 7.72.0 to 7.86.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.72.0 to 7.86.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.72.0...v7.86.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.86.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d593cf506..b4cfee386 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "react": "^19.2.8", "react-dom": "^19.2.8", "react-focus-lock": "^2.13.7", - "react-hook-form": "^7.71.2", + "react-hook-form": "^7.86.0", "react-markdown": "^9.1.0", "rehype-sanitize": "^6.0.0", "remark": "^15.0.1", @@ -14027,7 +14027,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.72.0", + "version": "7.86.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.86.0.tgz", + "integrity": "sha512-4kbWJrh5jPZt1+YqVcXcGKffGcXV/XVbozknLh0Yjh0KhpoAkus21TAQhzRYqNwFkkObmnSvRlZZ3GT+ehoIrA==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 85a491932..ffe82a4c3 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "react": "^19.2.8", "react-dom": "^19.2.8", "react-focus-lock": "^2.13.7", - "react-hook-form": "^7.71.2", + "react-hook-form": "^7.86.0", "react-markdown": "^9.1.0", "rehype-sanitize": "^6.0.0", "remark": "^15.0.1",