diff --git a/package-lock.json b/package-lock.json index d12f2ec..859e5ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3321,9 +3321,9 @@ } }, "react-hook-form": { - "version": "6.15.7", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.15.7.tgz", - "integrity": "sha512-cfJoBCF/hEjrgfto+70pLDi/F5IBWr5hQhYDFklxb+zyttQORVs+y70OaY4Z4V3IZFeY5oN3ECzEwBaiO1tT1A==" + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.5.1.tgz", + "integrity": "sha512-L0cfOEeO+Vr14FaW0+l3oKGkoSz2FuYjvxRkarcImbJT99qp4238VkbopnB62nGssVULurjRkhYuAnjNoA5NvQ==" }, "react-input-autosize": { "version": "3.0.0", diff --git a/package.json b/package.json index 3c05601..b8d12dd 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "next-seo": "4.24.0", "react": "17.0.2", "react-dom": "17.0.2", - "react-hook-form": "6.15.7", + "react-hook-form": "7.5.1", "react-markdown": "5.0.3", "react-select": "4.3.0" },