From 42546d43dd546435bc060f34ada79968d3109b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:13:56 +0000 Subject: [PATCH] Bump react-hook-form from 7.72.1 to 7.77.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.72.1 to 7.77.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.1...v7.77.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.77.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf1559bf..dc1c6f24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vaultz", - "version": "2.7.3", + "version": "2.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vaultz", - "version": "2.7.3", + "version": "2.7.4", "dependencies": { "@hookform/resolvers": "^5.2.2", "@prisma/adapter-pg": "^7.7.0", @@ -37,7 +37,7 @@ "react": "19.2.6", "react-day-picker": "^9.14.0", "react-dom": "19.2.6", - "react-hook-form": "^7.72.1", + "react-hook-form": "^7.77.0", "recharts": "^3.5.1", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", @@ -8959,9 +8959,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.77.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.77.0.tgz", + "integrity": "sha512-Sslh9YDYc0GDlWT/lxasnIduNo4v3yyvqRGvmGKUre5AFjDs/HV9/OafHGD8d+sB2yoL4UIL9L8X9i0WlZZebg==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index cf11b7b2..7239ae41 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "react": "19.2.6", "react-day-picker": "^9.14.0", "react-dom": "19.2.6", - "react-hook-form": "^7.72.1", + "react-hook-form": "^7.77.0", "recharts": "^3.5.1", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0",