From 40f4196577eee38b92c99774af27ee26eb07aed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 04:12:11 +0000 Subject: [PATCH] chore(deps): bump react-hook-form Bumps the npm-production group in /frontend with 1 update: [react-hook-form](https://github.com/react-hook-form/react-hook-form). Updates `react-hook-form` from 7.78.0 to 7.79.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.78.0...v7.79.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.79.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9df90fa6..52442ee5 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,7 +20,7 @@ "react": "^19.2.7", "react-dom": "^19.2.7", "react-dropzone": "^15.0.0", - "react-hook-form": "^7.78.0", + "react-hook-form": "^7.79.0", "zod": "^3.24.0", "zustand": "^5.0.0" }, @@ -6291,9 +6291,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.78.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.78.0.tgz", - "integrity": "sha512-EEZqc+N23moyzTlz61Pj+JvcXo76ICkpfOZo8JZw+sM4+wLQGh6nI2Ms+PdMOYNluFu0ghlM7B8mCzhRYtJCnA==", + "version": "7.79.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.79.0.tgz", + "integrity": "sha512-mhYp/MTmXvzYX6AJcJVko0rktoIhhmRnEouObj4wF5i/tCttgJvnp1+9wRkpITZjDTqpo4IOSJqu0dBlPlV/Lw==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/frontend/package.json b/frontend/package.json index 09f0ec1d..0232595e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ "react": "^19.2.7", "react-dom": "^19.2.7", "react-dropzone": "^15.0.0", - "react-hook-form": "^7.78.0", + "react-hook-form": "^7.79.0", "zod": "^3.24.0", "zustand": "^5.0.0" },