diff --git a/package-lock.json b/package-lock.json index c670cf63..8212f7a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "nodemailer": "^7.0.6", "react": "19.1.0", "react-dom": "19.1.0", - "react-hook-form": "^7.62.0", + "react-hook-form": "^7.65.0", "resend": "^6.0.2", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1", @@ -5969,9 +5969,10 @@ } }, "node_modules/react-hook-form": { - "version": "7.62.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.62.0.tgz", - "integrity": "sha512-7KWFejc98xqG/F4bAxpL41NB3o1nnvQO1RWZT3TqRZYL8RryQETGfEdVnJN2fy1crCiBLLjkRBVK05j24FxJGA==", + "version": "7.65.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.65.0.tgz", + "integrity": "sha512-xtOzDz063WcXvGWaHgLNrNzlsdFgtUWcb32E6WFaGTd7kPZG3EeDusjdZfUsPwKCKVXy1ZlntifaHZ4l8pAsmw==", + "license": "MIT", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index ac1f7a7a..1844956f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "nodemailer": "^7.0.6", "react": "19.1.0", "react-dom": "19.1.0", - "react-hook-form": "^7.62.0", + "react-hook-form": "^7.65.0", "resend": "^6.0.2", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ece9c813..6b3ce3fa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,7 +66,7 @@ importers: specifier: 19.1.0 version: 19.1.0(react@19.1.0) react-hook-form: - specifier: ^7.62.0 + specifier: ^7.65.0 version: 7.65.0(react@19.1.0) resend: specifier: ^6.0.2 diff --git a/yarn.lock b/yarn.lock index 5ef6cdfc..e2289707 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3727,10 +3727,10 @@ react-dom@19.1.0: dependencies: scheduler "^0.26.0" -react-hook-form@^7.62.0: - version "7.62.0" - resolved "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.62.0.tgz" - integrity sha512-7KWFejc98xqG/F4bAxpL41NB3o1nnvQO1RWZT3TqRZYL8RryQETGfEdVnJN2fy1crCiBLLjkRBVK05j24FxJGA== +react-hook-form@^7.65.0: + version "7.65.0" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.65.0.tgz#6139dac77ed1081d0178b6830dc6f5ff6ff86361" + integrity sha512-xtOzDz063WcXvGWaHgLNrNzlsdFgtUWcb32E6WFaGTd7kPZG3EeDusjdZfUsPwKCKVXy1ZlntifaHZ4l8pAsmw== react-is@^16.13.1: version "16.13.1"