From 96588e121c82b173cf299576facac52139695f60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:47:53 +0200 Subject: [PATCH] build(deps): bump react-hook-form from 7.52.2 to 7.53.0 (#3075) Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.52.2 to 7.53.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.52.2...v7.53.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 191894cdb..ba87dcb23 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-dom": "^18.2.0", "react-email-editor": "^1.7.11", "react-filepond": "^7.1.2", - "react-hook-form": "^7.52.2", + "react-hook-form": "^7.53.0", "react-infinite-scroll-component": "^6.1.0", "react-lazy-load-image-component": "^1.6.0", "react-markdown": "^9.0.1", diff --git a/yarn.lock b/yarn.lock index 33c1cb419..07589c143 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9140,10 +9140,10 @@ react-filepond@^7.1.2: resolved "https://registry.yarnpkg.com/react-filepond/-/react-filepond-7.1.2.tgz#8f04d06396a59b5980dda479c095ed23e6d1f68b" integrity sha512-vrlx9o/n+jGikh6jLey+PpUGYtEZn8MdeB6JFeX/5/N/Mu75IHG+MFQbv8R27bNXvS41mDtV9Fo5DG+s6siVIA== -react-hook-form@^7.52.2: - version "7.52.2" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.52.2.tgz#ff40f4776250b86ddfcde6be68d34aa82b1c60fe" - integrity sha512-pqfPEbERnxxiNMPd0bzmt1tuaPcVccywFDpyk2uV5xCIBphHV5T8SVnX9/o3kplPE1zzKt77+YIoq+EMwJp56A== +react-hook-form@^7.53.0: + version "7.53.0" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.53.0.tgz#3cf70951bf41fa95207b34486203ebefbd3a05ab" + integrity sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ== react-infinite-scroll-component@^6.1.0: version "6.1.0"