From b215a6fdcc8ce8884a023db3e92e819c0570139e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:50:06 +0000 Subject: [PATCH] Bump react-hook-form from 7.49.2 to 7.51.1 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.49.2 to 7.51.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.49.2...v7.51.1) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c3430f9..7a60379 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "nanoid": "^5.0.4", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.49.2", + "react-hook-form": "^7.51.1", "react-hook-form-mantine": "^3.1.3", "react-router-dom": "^6.21.0", "reactflow": "^11.10.1", diff --git a/yarn.lock b/yarn.lock index c3c6676..ffa41c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7018,10 +7018,10 @@ react-hook-form-mantine@^3.1.3: resolved "https://registry.yarnpkg.com/react-hook-form-mantine/-/react-hook-form-mantine-3.1.3.tgz#8f47f29f9e6c173f5ac80384238337bcd7738746" integrity sha512-SQs63N17+mOHeUuvfGNjk1ZyAf02uih4q4ujD7ZT6yZB7lVU7BV8M9MNou0CMA8uRmWBKATG4geZ4ptY59L9iA== -react-hook-form@^7.49.2: - version "7.49.2" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.49.2.tgz#6fb2742e1308020f26cb1915c7012b6c07b11ade" - integrity sha512-TZcnSc17+LPPVpMRIDNVITY6w20deMdNi6iehTFLV1x8SqThXGwu93HjlUVU09pzFgZH7qZOvLMM7UYf2ShAHA== +react-hook-form@^7.51.1: + version "7.51.1" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.51.1.tgz#3ce5f8b5ef41903b4054a641cef8c0dc8bf8ae85" + integrity sha512-ifnBjl+kW0ksINHd+8C/Gp6a4eZOdWyvRv0UBaByShwU8JbVx5hTcTWEcd5VdybvmPTATkVVXk9npXArHmo56w== react-is@18.1.0: version "18.1.0"