From 2e51d7fcbb08bfd091314b2635b3261789238b4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 02:52:42 +0000 Subject: [PATCH] Update dependency react-hook-form to ^7.60.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 aa77a69f3..b8abbe592 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.59.0", + "react-hook-form": "^7.60.0", "react-instantsearch-dom": "^6.40.4", "uuid": "^11.1.0", "zustand": "^5.0.6" @@ -10214,9 +10214,9 @@ "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" }, "node_modules/react-hook-form": { - "version": "7.59.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.59.0.tgz", - "integrity": "sha512-kmkek2/8grqarTJExFNjy+RXDIP8yM+QTl3QL6m6Q8b2bih4ltmiXxH7T9n+yXNK477xPh5yZT/6vD8sYGzJTA==", + "version": "7.60.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.60.0.tgz", + "integrity": "sha512-SBrYOvMbDB7cV8ZfNpaiLcgjH/a1c7aK0lK+aNigpf4xWLO8q+o4tcvVurv3c4EOyzn/3dCsYt4GKD42VvJ/+A==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 5dfe65796..6156c9da4 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.59.0", + "react-hook-form": "^7.60.0", "react-instantsearch-dom": "^6.40.4", "uuid": "^11.1.0", "zustand": "^5.0.6"