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