diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 93b4e1b9..4877b0eb 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "ramda": "^0.28.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.43.1", + "react-hook-form": "^7.43.7", "react-router-dom": "^6.9.0", "swr": "^2.1.0" }, @@ -6310,9 +6310,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.1.tgz", - "integrity": "sha512-+s3+s8LLytRMriwwuSqeLStVjRXFGxgjjx2jED7Z+wz1J/88vpxieRQGvJVvzrzVxshZ0BRuocFERb779m2kNg==", + "version": "7.43.7", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.7.tgz", + "integrity": "sha512-38yehQkQQ5uufaPKFScs7jhLE8n3+LG9H/BZfFAiBL2+7piDmw/BrdNJV4irzMaPnWZGhmGLHVICHXNVGIuXZg==", "engines": { "node": ">=12.22.0" }, @@ -11956,9 +11956,9 @@ } }, "react-hook-form": { - "version": "7.43.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.1.tgz", - "integrity": "sha512-+s3+s8LLytRMriwwuSqeLStVjRXFGxgjjx2jED7Z+wz1J/88vpxieRQGvJVvzrzVxshZ0BRuocFERb779m2kNg==", + "version": "7.43.7", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.7.tgz", + "integrity": "sha512-38yehQkQQ5uufaPKFScs7jhLE8n3+LG9H/BZfFAiBL2+7piDmw/BrdNJV4irzMaPnWZGhmGLHVICHXNVGIuXZg==", "requires": {} }, "react-is": { diff --git a/frontend/package.json b/frontend/package.json index e6d37c55..9b7b01be 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "ramda": "^0.28.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.43.1", + "react-hook-form": "^7.43.7", "react-router-dom": "^6.9.0", "swr": "^2.1.0" },