From 850af4023fcbfab2b50fc191948c39389b67e090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 04:17:50 +0000 Subject: [PATCH] build(deps): bump react-hook-form from 7.49.3 to 7.50.0 in /website Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.49.3 to 7.50.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.49.3...v7.50.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index 313aee05f..4783cab5b 100644 --- a/website/package.json +++ b/website/package.json @@ -18,7 +18,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", - "react-hook-form": "^7.49.3", + "react-hook-form": "^7.50.0", "react-i18next": "^13.5.0", "react-router-dom": "^6.21.3", "react-use": "^17.5.0", diff --git a/website/yarn.lock b/website/yarn.lock index af2404442..5301405f7 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -3230,10 +3230,10 @@ react-dropzone@*, react-dropzone@^14.2.3: file-selector "^0.6.0" prop-types "^15.8.1" -react-hook-form@^7.49.3: - version "7.49.3" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.49.3.tgz#576a4567f8a774830812f4855e89f5da5830435c" - integrity sha512-foD6r3juidAT1cOZzpmD/gOKt7fRsDhXXZ0y28+Al1CHgX+AY1qIN9VSIIItXRq1dN68QrRwl1ORFlwjBaAqeQ== +react-hook-form@^7.50.0: + version "7.50.0" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.50.0.tgz#379802d85c7b78e0056229c53607946d34f99a36" + integrity sha512-AOhuzM3RdP09ZCnq+Z0yvKGHK25yiOX5phwxjV9L7U6HMla10ezkBnvQ+Pk4GTuDfsC5P2zza3k8mawFwFLVuQ== react-i18next@^13.5.0: version "13.5.0"