From 0a609bf601246463114ef52822a7f25b0513673b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 04:45:42 +0000 Subject: [PATCH] Update dependency react-hook-form to ^7.64.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c8cb7153..0b941640e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "postcss": "^8.5.6", "react": "18.3.1", "react-dom": "18.3.1", - "react-hook-form": "^7.63.0", + "react-hook-form": "^7.64.0", "react-instantsearch-dom": "^6.40.4", "uuid": "^13.0.0", "zustand": "^5.0.8" @@ -10657,9 +10657,9 @@ "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" }, "node_modules/react-hook-form": { - "version": "7.63.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.63.0.tgz", - "integrity": "sha512-ZwueDMvUeucovM2VjkCf7zIHcs1aAlDimZu2Hvel5C5907gUzMpm4xCrQXtRzCvsBqFjonB4m3x4LzCFI1ZKWA==", + "version": "7.64.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.64.0.tgz", + "integrity": "sha512-fnN+vvTiMLnRqKNTVhDysdrUay0kUUAymQnFIznmgDvapjveUWOOPqMNzPg+A+0yf9DuE2h6xzBjN1s+Qx8wcg==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 8f6b1995d..12d880406 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "postcss": "^8.5.6", "react": "18.3.1", "react-dom": "18.3.1", - "react-hook-form": "^7.63.0", + "react-hook-form": "^7.64.0", "react-instantsearch-dom": "^6.40.4", "uuid": "^13.0.0", "zustand": "^5.0.8"