From dd2c50a0ff64d44404727f9bcb3c4d317592ca2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 14:02:16 +0000 Subject: [PATCH] build(deps): bump react-hook-form from 7.42.0 to 7.48.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.42.0 to 7.48.2. - [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.42.0...v7.48.2) --- 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 562d845..acf2d52 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-draft-wysiwyg": "^1.15.0", - "react-hook-form": "^7.42.0", + "react-hook-form": "^7.48.2", "react-jwt": "^1.1.8", "react-qr-barcode-scanner": "^1.0.6", "react-redux": "^8.0.5", diff --git a/yarn.lock b/yarn.lock index e3fcddc..cd6dddb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4504,10 +4504,10 @@ react-draft-wysiwyg@^1.15.0: linkify-it "^2.2.0" prop-types "^15.7.2" -react-hook-form@^7.42.0: - version "7.42.0" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.42.0.tgz#91817cccd44e12af8fbf26c45e756634e76cbd23" - integrity sha512-XDEjSUZmT68FOSv2FaD3XlN1sa2HB9vIQ9SVKsogGrHUY43o2aANQDC9LgHa4zusqCMKLG3qitpTcEhpYWHBFw== +react-hook-form@^7.48.2: + version "7.48.2" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.48.2.tgz#01150354d2be61412ff56a030b62a119283b9935" + integrity sha512-H0T2InFQb1hX7qKtDIZmvpU1Xfn/bdahWBN1fH19gSe4bBEqTfmlr7H3XWTaVtiK4/tpPaI1F3355GPMZYge+A== react-is@^16.13.1, react-is@^16.7.0: version "16.13.1"