From 3478f2052719dfe7c7fe86d622f3e3f9e66ad965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 01:08:03 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.72.1 to 7.73.1 in /ui Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.72.1 to 7.73.1. - [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.1...v7.73.1) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.73.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 54f08b4..b90fd42 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -44,7 +44,7 @@ "radix-ui": "^1.4.3", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-hook-form": "^7.54.0", + "react-hook-form": "^7.73.1", "react-router-dom": "^6.28.0", "recharts": "^3.8.1", "shiki": "^1.24.0", @@ -9014,9 +9014,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.72.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.72.1.tgz", - "integrity": "sha512-RhwBoy2ygeVZje+C+bwJ8g0NjTdBmDlJvAUHTxRjTmSUKPYsKfMphkS2sgEMotsY03bP358yEYlnUeZy//D9Ig==", + "version": "7.73.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.73.1.tgz", + "integrity": "sha512-VAfVYOPcx3piiEVQy95vyFmBwbVUsP/AUIN+mpFG8h11yshDd444nn0VyfaGWSRnhOLVgiDu7HIuBtAIzxn9dA==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/ui/package.json b/ui/package.json index e6a4ef8..53dae85 100644 --- a/ui/package.json +++ b/ui/package.json @@ -50,7 +50,7 @@ "radix-ui": "^1.4.3", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-hook-form": "^7.54.0", + "react-hook-form": "^7.73.1", "react-router-dom": "^6.28.0", "recharts": "^3.8.1", "shiki": "^1.24.0",