From b5397414dd001a0b110b413e8d081f72fa670a20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 20:02:15 +0000 Subject: [PATCH] chore(deps): bump react-hook-form in /MediaProject.Frontend Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.82.0 to 7.83.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.82.0...v7.83.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.83.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- MediaProject.Frontend/package-lock.json | 8 ++++---- MediaProject.Frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MediaProject.Frontend/package-lock.json b/MediaProject.Frontend/package-lock.json index d70d28a..359f36c 100644 --- a/MediaProject.Frontend/package-lock.json +++ b/MediaProject.Frontend/package-lock.json @@ -17,7 +17,7 @@ "lucide-react": "^1.24.0", "react": "^19.2.7", "react-dom": "^19.2.7", - "react-hook-form": "^7.81.0", + "react-hook-form": "^7.83.0", "react-router": "^8.2.0", "zod": "^4.4.3", "zustand": "^5.0.14" @@ -2415,9 +2415,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.82.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.82.0.tgz", - "integrity": "sha512-Zw/uFZ2dO+02GHlBn7JFGn8kZJ7LdM33B/0BXOovzFay+CMhf94JMw5BVu+F1tVkUKjNvBuaE3fz5BJhga10Tg==", + "version": "7.83.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.83.0.tgz", + "integrity": "sha512-AXt8cMCmx5a7u4uvpb2uRFVrWQhllI4pV+LSykxIac/hjt44TnQkmX9BKuQi2i+LDC62esmiLpilkav+kjVf/A==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/MediaProject.Frontend/package.json b/MediaProject.Frontend/package.json index 73d3233..9952eac 100644 --- a/MediaProject.Frontend/package.json +++ b/MediaProject.Frontend/package.json @@ -23,7 +23,7 @@ "lucide-react": "^1.24.0", "react": "^19.2.7", "react-dom": "^19.2.7", - "react-hook-form": "^7.81.0", + "react-hook-form": "^7.83.0", "react-router": "^8.2.0", "zod": "^4.4.3", "zustand": "^5.0.14"