From 530e09394b6d2027843a9710f2bf3ae9a506a149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:50:36 +0000 Subject: [PATCH] chore(deps)(deps): bump react-hook-form in /dashboard Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.68.0 to 7.69.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.68.0...v7.69.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.69.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 8f33339..0d98d7d 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -48,7 +48,7 @@ "react": "^19.2.3", "react-day-picker": "^9.12.0", "react-dom": "^19.2.3", - "react-hook-form": "^7.55.0", + "react-hook-form": "^7.69.0", "react-resizable-panels": "^2.1.7", "recharts": "^3.6.0", "sonner": "^2.0.3", @@ -6922,9 +6922,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.68.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.68.0.tgz", - "integrity": "sha512-oNN3fjrZ/Xo40SWlHf1yCjlMK417JxoSJVUXQjGdvdRCU07NTFei1i1f8ApUAts+IVh14e4EdakeLEA+BEAs/Q==", + "version": "7.69.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.69.0.tgz", + "integrity": "sha512-yt6ZGME9f4F6WHwevrvpAjh42HMvocuSnSIHUGycBqXIJdhqGSPQzTpGF+1NLREk/58IdPxEMfPcFCjlMhclGw==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/dashboard/package.json b/dashboard/package.json index 8f75b80..9299af6 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -55,7 +55,7 @@ "react": "^19.2.3", "react-day-picker": "^9.12.0", "react-dom": "^19.2.3", - "react-hook-form": "^7.55.0", + "react-hook-form": "^7.69.0", "react-resizable-panels": "^2.1.7", "recharts": "^3.6.0", "sonner": "^2.0.3",