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"