From ee6a9a40bebc5bd87948fb8d25818c0b6612c4f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 21:53:10 +0000 Subject: [PATCH] build(deps): bump react-hook-form from 7.85.0 to 7.86.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.85.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.85.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86a8791a..13f29f61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -90,7 +90,7 @@ "react-draggable": "^4.7.1", "react-email": "^6.9.1", "react-globe.gl": "^2.37.1", - "react-hook-form": "^7.85.0", + "react-hook-form": "^7.86.0", "react-i18next": "^17.0.6", "react-map-gl": "^8.1.1", "react-router": "^8.3.0", @@ -15651,9 +15651,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.85.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.85.0.tgz", - "integrity": "sha512-U2MTriFXnclmV4rOE20p2DcRFv5WEg3FIcBFOKcOLFHDVvGIMPvLTkTWefUsonmlaVy23khVDxDWym6uJVGOzw==", + "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 607eddfd..8b40850d 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "react-draggable": "^4.7.1", "react-email": "^6.9.1", "react-globe.gl": "^2.37.1", - "react-hook-form": "^7.85.0", + "react-hook-form": "^7.86.0", "react-i18next": "^17.0.6", "react-map-gl": "^8.1.1", "react-router": "^8.3.0",