From 30db9f8ef3391d0e60d21aede05e5dd8363d3a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:15:47 +0000 Subject: [PATCH] Bump react-hook-form from 7.59.0 to 7.63.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.59.0 to 7.63.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.59.0...v7.63.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.63.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, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c133b3b6..75d47c1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react": "^18.3.1", "react-cookie": "^8.0.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.59.0", + "react-hook-form": "^7.63.0", "react-icons": "^5.4.0", "react-router": "^7.5.2", "react-router-dom": "^7.6.1", @@ -5871,9 +5871,10 @@ } }, "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.63.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.63.0.tgz", + "integrity": "sha512-ZwueDMvUeucovM2VjkCf7zIHcs1aAlDimZu2Hvel5C5907gUzMpm4xCrQXtRzCvsBqFjonB4m3x4LzCFI1ZKWA==", + "license": "MIT", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index 61c586ed..1aefdd6b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react": "^18.3.1", "react-cookie": "^8.0.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.59.0", + "react-hook-form": "^7.63.0", "react-icons": "^5.4.0", "react-router": "^7.5.2", "react-router-dom": "^7.6.1",