From 8d123b743e82f4ef3d0be409cc8910fb278556e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 05:02:29 +0000 Subject: [PATCH] build(deps): bump react-hook-form from 7.48.2 to 7.51.4 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.48.2 to 7.51.4. - [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.48.2...v7.51.4) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/next-templates/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/next-templates/package.json b/packages/next-templates/package.json index 3257575..9a2a040 100644 --- a/packages/next-templates/package.json +++ b/packages/next-templates/package.json @@ -20,7 +20,7 @@ "next": "13.5.6", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.48.2", + "react-hook-form": "7.51.4", "typescript": "5.3.3" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index def7417..e89468c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -263,8 +263,8 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-hook-form: - specifier: 7.48.2 - version: 7.48.2(react@18.2.0) + specifier: 7.51.4 + version: 7.51.4(react@18.2.0) typescript: specifier: 5.3.3 version: 5.3.3 @@ -12022,8 +12022,8 @@ packages: react: 18.2.0 scheduler: 0.23.0 - /react-hook-form@7.48.2(react@18.2.0): - resolution: {integrity: sha512-H0T2InFQb1hX7qKtDIZmvpU1Xfn/bdahWBN1fH19gSe4bBEqTfmlr7H3XWTaVtiK4/tpPaI1F3355GPMZYge+A==} + /react-hook-form@7.51.4(react@18.2.0): + resolution: {integrity: sha512-V14i8SEkh+V1gs6YtD0hdHYnoL4tp/HX/A45wWQN15CYr9bFRmmRdYStSO5L65lCCZRF+kYiSKhm9alqbcdiVA==} engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18