From f0783a302715f9e0a518994613285b9a7d54ac22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 19:39:52 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.56.0 to 7.56.1 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.56.0 to 7.56.1. - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.56.0...v7.56.1) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.56.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 99b13e1..51a6ea3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react": "^19.1.0", "react-chartjs-2": "^5.3.0", "react-dom": "^19.1.0", - "react-hook-form": "^7.56.0", + "react-hook-form": "^7.56.1", "react-select": "^5.10.1", "react-toastify": "^11.0.5", "swr": "^2.3.3", @@ -6541,9 +6541,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.56.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.56.0.tgz", - "integrity": "sha512-U2QQgx5z2Y8Z0qlXv3W19hWHJgfKdWMz0O/osuY+o+CYq568V2R/JhzC6OAXfR8k24rIN0Muan2Qliaq9eKs/g==", + "version": "7.56.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.56.1.tgz", + "integrity": "sha512-qWAVokhSpshhcEuQDSANHx3jiAEFzu2HAaaQIzi/r9FNPm1ioAvuJSD4EuZzWd7Al7nTRKcKPnBKO7sRn+zavQ==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 8d7f2f1..65af4a3 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react": "^19.1.0", "react-chartjs-2": "^5.3.0", "react-dom": "^19.1.0", - "react-hook-form": "^7.56.0", + "react-hook-form": "^7.56.1", "react-select": "^5.10.1", "react-toastify": "^11.0.5", "swr": "^2.3.3",