From 415b41173442b3f0f0d3f39234f8379f0ade2286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:12:44 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.65.0 to 7.66.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.65.0 to 7.66.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.65.0...v7.66.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.66.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 36bbd83..502055e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "react": "^18.3.1", "react-day-picker": "^9.11.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.65.0", + "react-hook-form": "^7.66.0", "react-resizable-panels": "^2.1.9", "react-router-dom": "^6.30.1", "recharts": "^3.3.0", @@ -5677,9 +5677,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.65.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.65.0.tgz", - "integrity": "sha512-xtOzDz063WcXvGWaHgLNrNzlsdFgtUWcb32E6WFaGTd7kPZG3EeDusjdZfUsPwKCKVXy1ZlntifaHZ4l8pAsmw==", + "version": "7.66.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.66.0.tgz", + "integrity": "sha512-xXBqsWGKrY46ZqaHDo+ZUYiMUgi8suYu5kdrS20EG8KiL7VRQitEbNjm+UcrDYrNi1YLyfpmAeGjCZYXLT9YBw==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 85edca3..74121ae 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "react": "^18.3.1", "react-day-picker": "^9.11.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.65.0", + "react-hook-form": "^7.66.0", "react-resizable-panels": "^2.1.9", "react-router-dom": "^6.30.1", "recharts": "^3.3.0",