From 5ece239f141062a943167e90c77ca510e5384abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 04:57:09 +0000 Subject: [PATCH] build(deps): bump react-hook-form from 7.54.0 to 7.54.1 in /website Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.54.0 to 7.54.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.54.0...v7.54.1) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... 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 30338e9be..b339f2e1e 100644 --- a/website/package.json +++ b/website/package.json @@ -18,7 +18,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-dropzone": "^14.3.5", - "react-hook-form": "^7.54.0", + "react-hook-form": "^7.54.1", "react-i18next": "^15.1.4", "react-router-dom": "^6.28.0", "react-use": "^17.6.0", diff --git a/website/yarn.lock b/website/yarn.lock index 1cf4db0dd..d2f513558 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -3438,10 +3438,10 @@ react-dropzone@*, react-dropzone@^14.3.5: file-selector "^2.1.0" prop-types "^15.8.1" -react-hook-form@^7.54.0: - version "7.54.0" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.54.0.tgz#46bd9142d65fd16ac064a2bbf4dc0333e2d6840d" - integrity sha512-PS05+UQy/IdSbJNojBypxAo9wllhHgGmyr8/dyGQcPoiMf3e7Dfb9PWYVRco55bLbxH9S+1yDDJeTdlYCSxO3A== +react-hook-form@^7.54.1: + version "7.54.1" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.54.1.tgz#e99c2a55a5e4859fb47a8f55adf66b34d6ac331d" + integrity sha512-PUNzFwQeQ5oHiiTUO7GO/EJXGEtuun2Y1A59rLnZBBj+vNEOWt/3ERTiG1/zt7dVeJEM+4vDX/7XQ/qanuvPMg== react-i18next@^15.1.4: version "15.1.4"