From d5a440448e15e495a7b3b04c46e2e8c9b79588a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 01:24:45 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.58.1 to 7.59.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.58.1 to 7.59.0. - [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.58.1...v7.59.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.59.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6749d5..7ff5aba 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.58.1", + "react-hook-form": "^7.59.0", "react-select": "^5.10.1", "react-toastify": "^11.0.5", "swr": "^2.3.3", @@ -6556,10 +6556,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.58.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.58.1.tgz", - "integrity": "sha512-Lml/KZYEEFfPhUVgE0RdCVpnC4yhW+PndRhbiTtdvSlQTL8IfVR+iQkBjLIvmmc6+GGoVeM11z37ktKFPAb0FA==", - "license": "MIT", + "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==", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index 7c06e78..7ca925a 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.58.1", + "react-hook-form": "^7.59.0", "react-select": "^5.10.1", "react-toastify": "^11.0.5", "swr": "^2.3.3",