From a8a9cdcb43acb99d1cef16c088f3f65205a60b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:11:05 +0000 Subject: [PATCH] Bump react-hook-form from 7.52.2 to 7.54.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.52.2 to 7.54.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.52.2...v7.54.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 f5afbd907..a5e73c97f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "prop-types": "15.8.1", "react": "18.3.1", "react-dom": "18.3.1", - "react-hook-form": "7.52.2", + "react-hook-form": "7.54.2", "react-intl": "6.6.8", "react-modal": "3.16.1", "react-redux": "9.1.2", @@ -9517,9 +9517,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.52.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.2.tgz", - "integrity": "sha512-pqfPEbERnxxiNMPd0bzmt1tuaPcVccywFDpyk2uV5xCIBphHV5T8SVnX9/o3kplPE1zzKt77+YIoq+EMwJp56A==", + "version": "7.54.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.2.tgz", + "integrity": "sha512-eHpAUgUjWbZocoQYUHposymRb4ZP6d0uwUnooL2uOybA9/3tPUvoAKqEWK1WaSiTxxOfTpffNZP7QwlnM3/gEg==", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index 86265e63a..3b50ac41f 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "prop-types": "15.8.1", "react": "18.3.1", "react-dom": "18.3.1", - "react-hook-form": "7.52.2", + "react-hook-form": "7.54.2", "react-intl": "6.6.8", "react-modal": "3.16.1", "react-redux": "9.1.2",