From 7a7185915581b6fdb78a6a62b2cbc16245797ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 06:51:45 +0000 Subject: [PATCH] Bump react-hook-form from 7.51.2 to 7.51.3 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.51.2 to 7.51.3. - [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.2...v7.51.3) --- 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 d54be46..709a33e 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.2", + "react-hook-form": "7.51.3", "react-spinners": "0.13.8", "ws": "8.16.0", "zod": "3.22.4" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b2a3282..0e03856 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ dependencies: version: 6.1.6(@types/react@18.2.74)(aws-amplify@6.0.27)(react-dom@18.2.0)(react@18.2.0) '@hookform/resolvers': specifier: ^3.3.4 - version: 3.3.4(react-hook-form@7.51.2) + version: 3.3.4(react-hook-form@7.51.3) aws-amplify: specifier: 6.0.27 version: 6.0.27(aws-cdk-lib@2.136.0)(constructs@10.3.0) @@ -24,8 +24,8 @@ dependencies: specifier: 4.0.13 version: 4.0.13(react@18.2.0) react-hook-form: - specifier: 7.51.2 - version: 7.51.2(react@18.2.0) + specifier: 7.51.3 + version: 7.51.3(react@18.2.0) react-spinners: specifier: 0.13.8 version: 0.13.8(react-dom@18.2.0)(react@18.2.0) @@ -244,7 +244,7 @@ packages: aws-amplify: 6.0.27(aws-cdk-lib@2.136.0)(constructs@10.3.0) lodash: 4.17.21 react: 18.2.0 - react-hook-form: 7.51.2(react@18.2.0) + react-hook-form: 7.51.3(react@18.2.0) xstate: 4.38.3 transitivePeerDependencies: - '@types/react' @@ -990,12 +990,12 @@ packages: - '@types/react' dev: false - /@hookform/resolvers@3.3.4(react-hook-form@7.51.2): + /@hookform/resolvers@3.3.4(react-hook-form@7.51.3): resolution: {integrity: sha512-o5cgpGOuJYrd+iMKvkttOclgwRW86EsWJZZRC23prf0uU2i48Htq4PuT73AVb9ionFyZrwYEITuOFGF+BydEtQ==} peerDependencies: react-hook-form: ^7.0.0 dependencies: - react-hook-form: 7.51.2(react@18.2.0) + react-hook-form: 7.51.3(react@18.2.0) dev: false /@humanwhocodes/config-array@0.11.14: @@ -4562,8 +4562,8 @@ packages: react: 18.2.0 dev: false - /react-hook-form@7.51.2(react@18.2.0): - resolution: {integrity: sha512-y++lwaWjtzDt/XNnyGDQy6goHskFualmDlf+jzEZvjvz6KWDf7EboL7pUvRCzPTJd0EOPpdekYaQLEvvG6m6HA==} + /react-hook-form@7.51.3(react@18.2.0): + resolution: {integrity: sha512-cvJ/wbHdhYx8aviSWh28w9ImjmVsb5Y05n1+FW786vEZQJV5STNM0pW6ujS+oiBecb0ARBxJFyAnXj9+GHXACQ==} engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18