From 9fd82f513568d9bd1c486ea32dbbb31cec8b14c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 08:35:22 +0000 Subject: [PATCH] Upgrade: Bump react-hook-form from 7.43.9 to 7.45.1 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.43.9 to 7.45.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.43.9...v7.45.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 35d6c1446e..89c293277b 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "react": "^16.14.0", "react-dom": "^16.14.0", "react-flip-move": "^3.0.5", - "react-hook-form": "7.43.9", + "react-hook-form": "7.45.1", "react-scrolllock": "^5.0.1", "react-tabs": "4.2.1", "react_ujs": "^2.6.2", diff --git a/yarn.lock b/yarn.lock index 23099f9dd2..a3fc43a6a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7184,10 +7184,10 @@ react-flip-move@^3.0.5: resolved "https://registry.yarnpkg.com/react-flip-move/-/react-flip-move-3.0.5.tgz#8b87510ad32ebef01ebca94902b445f456bbc0f7" integrity sha512-Mf4XpbkUNZy9eu80iXXFIjToDvw+bnHxmKHVoositbMpV87O/EQswnXUqVovRHoTx/F+4dE+p//PyJnAT7OtPA== -react-hook-form@7.43.9: - version "7.43.9" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.43.9.tgz#84b56ac2f38f8e946c6032ccb760e13a1037c66d" - integrity sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ== +react-hook-form@7.45.1: + version "7.45.1" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.45.1.tgz#e352c7f4dbc7540f0756abbb4dcfd1122fecc9bb" + integrity sha512-6dWoFJwycbuFfw/iKMcl+RdAOAOHDiF11KWYhNDRN/OkUt+Di5qsZHwA0OwsVnu9y135gkHpTw9DJA+WzCeR9w== react-is@^16.13.1: version "16.13.1"