From fba0d9520a9b4362dff52e6f2cf8f2a39be0eae9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 01:16:44 +0000 Subject: [PATCH] build(deps): update dependency react-hook-form to ^7.48.1 --- apps/admin/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/admin/package.json b/apps/admin/package.json index 94c6feacf..921f462eb 100644 --- a/apps/admin/package.json +++ b/apps/admin/package.json @@ -16,7 +16,7 @@ "p-retry": "^6.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.48.0", + "react-hook-form": "^7.48.1", "react-icons": "^4.11.0", "sharp": "^0.32.6", "winston": "^3.11.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 732548f72..807037d6c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,7 +28,7 @@ importers: version: 13.0.0 '@hookform/resolvers': specifier: ^3.3.2 - version: 3.3.2(react-hook-form@7.48.0) + version: 3.3.2(react-hook-form@7.48.1) '@js-temporal/polyfill': specifier: ^0.4.4 version: 0.4.4 @@ -69,8 +69,8 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-hook-form: - specifier: ^7.48.0 - version: 7.48.0(react@18.2.0) + specifier: ^7.48.1 + version: 7.48.1(react@18.2.0) react-icons: specifier: ^4.11.0 version: 4.11.0(react@18.2.0) @@ -977,12 +977,12 @@ packages: - supports-color dev: false - /@hookform/resolvers@3.3.2(react-hook-form@7.48.0): + /@hookform/resolvers@3.3.2(react-hook-form@7.48.1): resolution: {integrity: sha512-Tw+GGPnBp+5DOsSg4ek3LCPgkBOuOgS5DsDV7qsWNH9LZc433kgsWICjlsh2J9p04H2K66hsXPPb9qn9ILdUtA==} peerDependencies: react-hook-form: ^7.0.0 dependencies: - react-hook-form: 7.48.0(react@18.2.0) + react-hook-form: 7.48.1(react@18.2.0) dev: false /@humanwhocodes/config-array@0.11.13: @@ -6215,8 +6215,8 @@ packages: react: 18.2.0 scheduler: 0.23.0 - /react-hook-form@7.48.0(react@18.2.0): - resolution: {integrity: sha512-XCjPkTtpvjMSSCuL1MymdoeALeasKV4WAx093K8txqTiBzVTPwpBLo8dZdgPAmH4AHog8c4gfRRYxrvk0nKUow==} + /react-hook-form@7.48.1(react@18.2.0): + resolution: {integrity: sha512-RPLOfCL+qC1lOTknh9OrgeFbchYUJ4KFgrqZTVHf0nRizcwzQUABrBIQk3SkujiqIXTs5xjP6eApc7FOpvpS1Q==} engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18