From 42d0b1d9e450e63f35c315f418f678714708cb1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 09:39:04 +0000 Subject: [PATCH] fix(deps): update dependency react-hook-form to v7.51.4 --- 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 91c71fc..dd6d6c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.48.2", + "react-hook-form": "7.51.4", "swr": "2.2.4", "tailwindcss": "3.3.5", "typescript": "5.3.2" @@ -5738,9 +5738,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.48.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.48.2.tgz", - "integrity": "sha512-H0T2InFQb1hX7qKtDIZmvpU1Xfn/bdahWBN1fH19gSe4bBEqTfmlr7H3XWTaVtiK4/tpPaI1F3355GPMZYge+A==", + "version": "7.51.4", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.4.tgz", + "integrity": "sha512-V14i8SEkh+V1gs6YtD0hdHYnoL4tp/HX/A45wWQN15CYr9bFRmmRdYStSO5L65lCCZRF+kYiSKhm9alqbcdiVA==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index 23f9bfc..f7f87ad 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.48.2", + "react-hook-form": "7.51.4", "swr": "2.2.4", "tailwindcss": "3.3.5", "typescript": "5.3.2"