diff --git a/package.json b/package.json index a5d5b4f0..e3bf1807 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "qrcode.react": "^3.1.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.45.0", + "react-hook-form": "^7.45.1", "react-hot-toast": "^2.4.1", "react-markdown": "^8.0.7", "react-select": "^5.7.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 07943238..282ec51d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,7 +7,7 @@ settings: dependencies: '@hookform/resolvers': specifier: ^3.1.1 - version: 3.1.1(react-hook-form@7.45.0) + version: 3.1.1(react-hook-form@7.45.1) '@otplib/core': specifier: ^12.0.1 version: 12.0.1 @@ -111,8 +111,8 @@ dependencies: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-hook-form: - specifier: ^7.45.0 - version: 7.45.0(react@18.2.0) + specifier: ^7.45.1 + version: 7.45.1(react@18.2.0) react-hot-toast: specifier: ^2.4.1 version: 2.4.1(csstype@3.1.1)(react-dom@18.2.0)(react@18.2.0) @@ -1567,12 +1567,12 @@ packages: tslib: 2.5.3 dev: false - /@hookform/resolvers@3.1.1(react-hook-form@7.45.0): + /@hookform/resolvers@3.1.1(react-hook-form@7.45.1): resolution: {integrity: sha512-tS16bAUkqjITNSvbJuO1x7MXbn7Oe8ZziDTJdA9mMvsoYthnOOiznOTGBYwbdlYBgU+tgpI/BtTU3paRbCuSlg==} peerDependencies: react-hook-form: ^7.0.0 dependencies: - react-hook-form: 7.45.0(react@18.2.0) + react-hook-form: 7.45.1(react@18.2.0) dev: false /@humanwhocodes/config-array@0.11.10: @@ -8873,8 +8873,8 @@ packages: react: 18.2.0 scheduler: 0.23.0 - /react-hook-form@7.45.0(react@18.2.0): - resolution: {integrity: sha512-AbHeZ4ad+0dEIknSW9dBgIwcvRDfZ1O97sgj75WaMdOX0eg8TBiUf9wxzVkIjZbk76BBIE9lmFOzyD4PN80ZQg==} + /react-hook-form@7.45.1(react@18.2.0): + resolution: {integrity: sha512-6dWoFJwycbuFfw/iKMcl+RdAOAOHDiF11KWYhNDRN/OkUt+Di5qsZHwA0OwsVnu9y135gkHpTw9DJA+WzCeR9w==} engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18