From 988a89763c563c71a5a81683aad25d8a77e0b162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:35:40 +0000 Subject: [PATCH] build(deps): Bump react-hook-form from 7.50.1 to 7.51.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.50.1 to 7.51.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.50.1...v7.51.2) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f48c9c64b..888ea26684 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "react-error-boundary": "^4.0.12", "react-helmet-async": "^2.0.4", "react-highlight-words": "^0.20.0", - "react-hook-form": "^7.50.1", + "react-hook-form": "^7.51.2", "react-i18next": "^14.1.0", "react-redux": "^8.1.3", "react-router-dom": "^6.22.3", @@ -25583,9 +25583,9 @@ "integrity": "sha512-QmpUu4KqDmX0plH4u+tf0riMc1KHE1+lw95cMrLlXQAFOx/xnBtwhZ52XJxd9X2O6kwKBqX32kmhbhlobD0cuw==" }, "node_modules/react-hook-form": { - "version": "7.50.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.1.tgz", - "integrity": "sha512-3PCY82oE0WgeOgUtIr3nYNNtNvqtJ7BZjsbxh6TnYNbXButaD5WpjOmTjdxZfheuHKR68qfeFnEDVYoSSFPMTQ==", + "version": "7.51.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.2.tgz", + "integrity": "sha512-y++lwaWjtzDt/XNnyGDQy6goHskFualmDlf+jzEZvjvz6KWDf7EboL7pUvRCzPTJd0EOPpdekYaQLEvvG6m6HA==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index 93102be824..903777ca7d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-error-boundary": "^4.0.12", "react-helmet-async": "^2.0.4", "react-highlight-words": "^0.20.0", - "react-hook-form": "^7.50.1", + "react-hook-form": "^7.51.2", "react-i18next": "^14.1.0", "react-redux": "^8.1.3", "react-router-dom": "^6.22.3",