From ecb99b516a69f0024d762ff13c164b997bc54d96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 20:36:22 +0000 Subject: [PATCH] Bump react-hook-form from 7.49.2 to 7.51.3 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.49.2 to 7.51.3. - [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.3) --- 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..b482782 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.3", "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..da09ec3 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.3: + version "7.51.3" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.51.3.tgz#7486dd2d52280b6b28048c099a98d2545931cab3" + integrity sha512-cvJ/wbHdhYx8aviSWh28w9ImjmVsb5Y05n1+FW786vEZQJV5STNM0pW6ujS+oiBecb0ARBxJFyAnXj9+GHXACQ== react-is@18.1.0: version "18.1.0"