From c2062fab42c8976219d81671cc587f938b98fe54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:51:27 +0000 Subject: [PATCH] build(deps): bump react-hook-form from 7.45.4 to 7.48.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.45.4 to 7.48.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.45.4...v7.48.2) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b3636c2..aa8e05c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "postcss": "8.4.29", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.45.4", + "react-hook-form": "^7.48.2", "react-wrap-balancer": "^1.1.0", "recharts": "^2.8.0", "shiki": "^0.14.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f4f0035..905dab9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -84,8 +84,8 @@ dependencies: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-hook-form: - specifier: ^7.45.4 - version: 7.45.4(react@18.2.0) + specifier: ^7.48.2 + version: 7.48.2(react@18.2.0) react-wrap-balancer: specifier: ^1.1.0 version: 1.1.0(react@18.2.0) @@ -3964,8 +3964,8 @@ packages: scheduler: 0.23.0 dev: false - /react-hook-form@7.45.4(react@18.2.0): - resolution: {integrity: sha512-HGDV1JOOBPZj10LB3+OZgfDBTn+IeEsNOKiq/cxbQAIbKaiJUe/KV8DBUzsx0Gx/7IG/orWqRRm736JwOfUSWQ==} + /react-hook-form@7.48.2(react@18.2.0): + resolution: {integrity: sha512-H0T2InFQb1hX7qKtDIZmvpU1Xfn/bdahWBN1fH19gSe4bBEqTfmlr7H3XWTaVtiK4/tpPaI1F3355GPMZYge+A==} engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18