From 4f3b0bb23cd224e31da45a3b84c19cf46aacd0c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 17:37:32 +0000 Subject: [PATCH] Bump react-hook-form from 7.51.1 to 7.51.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.51.1 to 7.51.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.51.1...v7.51.2) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 5fdc63a..93e91f2 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-error-boundary": "4.0.13", - "react-hook-form": "7.51.1", + "react-hook-form": "7.51.2", "react-spinners": "0.13.8", "ws": "8.16.0", "zod": "3.22.4" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9cdf663..6349d72 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ dependencies: version: 6.1.6(@types/react@18.2.69)(aws-amplify@6.0.21)(react-dom@18.2.0)(react@18.2.0) '@hookform/resolvers': specifier: ^3.3.4 - version: 3.3.4(react-hook-form@7.51.1) + version: 3.3.4(react-hook-form@7.51.2) aws-amplify: specifier: 6.0.21 version: 6.0.21 @@ -24,8 +24,8 @@ dependencies: specifier: 4.0.13 version: 4.0.13(react@18.2.0) react-hook-form: - specifier: 7.51.1 - version: 7.51.1(react@18.2.0) + specifier: 7.51.2 + version: 7.51.2(react@18.2.0) react-spinners: specifier: 0.13.8 version: 0.13.8(react-dom@18.2.0)(react@18.2.0) @@ -222,7 +222,7 @@ packages: aws-amplify: 6.0.21 lodash: 4.17.21 react: 18.2.0 - react-hook-form: 7.51.1(react@18.2.0) + react-hook-form: 7.51.2(react@18.2.0) xstate: 4.38.3 transitivePeerDependencies: - '@types/react' @@ -956,12 +956,12 @@ packages: - '@types/react' dev: false - /@hookform/resolvers@3.3.4(react-hook-form@7.51.1): + /@hookform/resolvers@3.3.4(react-hook-form@7.51.2): resolution: {integrity: sha512-o5cgpGOuJYrd+iMKvkttOclgwRW86EsWJZZRC23prf0uU2i48Htq4PuT73AVb9ionFyZrwYEITuOFGF+BydEtQ==} peerDependencies: react-hook-form: ^7.0.0 dependencies: - react-hook-form: 7.51.1(react@18.2.0) + react-hook-form: 7.51.2(react@18.2.0) dev: false /@humanwhocodes/config-array@0.11.14: @@ -4501,8 +4501,8 @@ packages: react: 18.2.0 dev: false - /react-hook-form@7.51.1(react@18.2.0): - resolution: {integrity: sha512-ifnBjl+kW0ksINHd+8C/Gp6a4eZOdWyvRv0UBaByShwU8JbVx5hTcTWEcd5VdybvmPTATkVVXk9npXArHmo56w==} + /react-hook-form@7.51.2(react@18.2.0): + resolution: {integrity: sha512-y++lwaWjtzDt/XNnyGDQy6goHskFualmDlf+jzEZvjvz6KWDf7EboL7pUvRCzPTJd0EOPpdekYaQLEvvG6m6HA==} engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18