From f7695bf047cc090f912ee746973695b743ad32e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:13:34 +0000 Subject: [PATCH] npm: bump react-hook-form from 7.53.0 to 7.54.2 in /packages/client Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.53.0 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.53.0...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] --- packages/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/package.json b/packages/client/package.json index 02c9cae..d101ec5 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -70,7 +70,7 @@ "react": "^18.3.1", "react-day-picker": "9.2.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.53.0", + "react-hook-form": "^7.54.2", "react-hotkeys-hook": "^4.5.1", "react-image-crop": "^11.0.7", "react-resizable-panels": "^2.1.4",