From 16af8be73e0ff8efb7a4b978bed96857c728bd25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 10:45:08 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.87.0 to 7.88.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.87.0 to 7.88.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.87.0...v7.88.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.88.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9a9a3e..8efe528 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "pg": "~8.18.0", "react": "^19.2.8", "react-dom": "^19.2.8", - "react-hook-form": "^7.87.0", + "react-hook-form": "^7.88.0", "sonner": "^2.0.8", "tailwind-merge": "^3.6.0", "zod": "^4.5.4" @@ -3212,7 +3212,7 @@ "version": "19.2.7", "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.7.tgz", "integrity": "sha512-I8bPpDLcHBv1qiIiXDCy71Rt8eQDKJP0sMSWJphDdAcdqiJ1sGpZamavoEIRZmYzjia9LuEb2HlYdDpmoENpvQ==", - "dev": true, + "devOptional": true, "license": "MIT", "peerDependencies": { "@types/react": "^19.2.0" @@ -8195,9 +8195,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.87.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.87.0.tgz", - "integrity": "sha512-zhFzWvLxNHH+8839OnZcUxgMZw88ah2jZWDWvKWgF3Tpbnd0vKL+dlcuU3nZVWESZQjd81EW8K+wU+cYfYAc0w==", + "version": "7.88.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.88.0.tgz", + "integrity": "sha512-QRaLOWhX93YCnMiRfnOFRSwWXZNt8qhm2JTZwypoDvKpSffTJHmpzMXt8U6PV5UThvL3IiiLDUWe2nHMtz6Mmw==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 82dcce9..6e0392b 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "pg": "~8.18.0", "react": "^19.2.8", "react-dom": "^19.2.8", - "react-hook-form": "^7.87.0", + "react-hook-form": "^7.88.0", "sonner": "^2.0.8", "tailwind-merge": "^3.6.0", "zod": "^4.5.4"