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",