From 5fdeae83c63dbc7a21f349861c8c50db2daa1275 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 15 Jun 2025 12:02:26 +0000 Subject: [PATCH] fix(deps): update dependency react-hook-form to v7.58.0 --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6cb1e2e..b31341e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6297,9 +6297,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.57.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.57.0.tgz", - "integrity": "sha512-RbEks3+cbvTP84l/VXGUZ+JMrKOS8ykQCRYdm5aYsxnDquL0vspsyNhGRO7pcH6hsZqWlPOjLye7rJqdtdAmlg==", + "version": "7.58.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.58.0.tgz", + "integrity": "sha512-zGijmEed35oNfOfy7ub99jfjkiLhHwA3dl5AgyKdWC6QQzhnc7tkWewSa+T+A2EpLrc6wo5DUoZctS9kufWJjA==", "license": "MIT", "engines": { "node": ">=18.0.0"