From df14cea97ae71219cf3ebde87a1249c5be18f9e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 02:04:09 +0000 Subject: [PATCH] Bump react-hook-form from 7.62.0 to 7.63.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.62.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.62.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8812969..5cc0606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "qrcode": "^1.5.4", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-hook-form": "^7.62.0", + "react-hook-form": "^7.63.0", "reactflow": "^11.11.4", "recharts": "^3.1.2", "server-only": "^0.0.1", @@ -10127,9 +10127,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.62.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.62.0.tgz", - "integrity": "sha512-7KWFejc98xqG/F4bAxpL41NB3o1nnvQO1RWZT3TqRZYL8RryQETGfEdVnJN2fy1crCiBLLjkRBVK05j24FxJGA==", + "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 ae1a96d..ec4f8d7 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "qrcode": "^1.5.4", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-hook-form": "^7.62.0", + "react-hook-form": "^7.63.0", "reactflow": "^11.11.4", "recharts": "^3.1.2", "server-only": "^0.0.1",