From a20e0adefc70c9a0458f7ad979467dde260c2c1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 19:53:13 +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 | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index bf620615..3ba5cef7 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react-dom": "18.3.0-canary-6b3834a45-20231110", "react-ga4": "^2.1.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.51.1", + "react-hook-form": "^7.51.2", "react-markdown": "^9.0.1", "react-redux": "9.1.0", "react-router-dom": "^6.22.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 91cbd881..8b50f0b6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,7 +13,7 @@ dependencies: version: 2.1.3(react@18.3.0-canary-6b3834a45-20231110) '@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) '@prisma/client': specifier: 5.11.0 version: 5.11.0(prisma@5.11.0) @@ -84,8 +84,8 @@ dependencies: specifier: ^6.1.0 version: 6.1.0(react@18.3.0-canary-6b3834a45-20231110) react-hook-form: - specifier: ^7.51.1 - version: 7.51.1(react@18.3.0-canary-6b3834a45-20231110) + specifier: ^7.51.2 + version: 7.51.2(react@18.3.0-canary-6b3834a45-20231110) react-markdown: specifier: ^9.0.1 version: 9.0.1(@types/react@18.2.48)(react@18.3.0-canary-6b3834a45-20231110) @@ -2201,12 +2201,12 @@ packages: react: 18.3.0-canary-6b3834a45-20231110 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.3.0-canary-6b3834a45-20231110) + react-hook-form: 7.51.2(react@18.3.0-canary-6b3834a45-20231110) dev: false /@humanwhocodes/config-array@0.11.14: @@ -10970,8 +10970,8 @@ packages: react-side-effect: 2.1.2(react@18.3.0-canary-6b3834a45-20231110) dev: false - /react-hook-form@7.51.1(react@18.3.0-canary-6b3834a45-20231110): - resolution: {integrity: sha512-ifnBjl+kW0ksINHd+8C/Gp6a4eZOdWyvRv0UBaByShwU8JbVx5hTcTWEcd5VdybvmPTATkVVXk9npXArHmo56w==} + /react-hook-form@7.51.2(react@18.3.0-canary-6b3834a45-20231110): + resolution: {integrity: sha512-y++lwaWjtzDt/XNnyGDQy6goHskFualmDlf+jzEZvjvz6KWDf7EboL7pUvRCzPTJd0EOPpdekYaQLEvvG6m6HA==} engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18