diff --git a/apps/web/package.json b/apps/web/package.json index d140be1a..4b7b6999 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -42,7 +42,7 @@ "next-sitemap": "4.2.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.46.1", + "react-hook-form": "7.50.0", "react-i18next": "13.2.2", "type-fest": "4.3.1", "zod": "3.22.4" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 62c01508..d2fdee8c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -258,7 +258,7 @@ importers: version: 2.1.1(react@18.2.0) '@hookform/resolvers': specifier: 3.3.4 - version: 3.3.4(react-hook-form@7.46.1) + version: 3.3.4(react-hook-form@7.50.0) '@httpx/exception': specifier: 2.6.4 version: 2.6.4 @@ -317,8 +317,8 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-hook-form: - specifier: 7.46.1 - version: 7.46.1(react@18.2.0) + specifier: 7.50.0 + version: 7.50.0(react@18.2.0) react-i18next: specifier: 13.2.2 version: 13.2.2(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) @@ -5506,12 +5506,12 @@ packages: react: 18.2.0 dev: false - /@hookform/resolvers@3.3.4(react-hook-form@7.46.1): + /@hookform/resolvers@3.3.4(react-hook-form@7.50.0): resolution: {integrity: sha512-o5cgpGOuJYrd+iMKvkttOclgwRW86EsWJZZRC23prf0uU2i48Htq4PuT73AVb9ionFyZrwYEITuOFGF+BydEtQ==} peerDependencies: react-hook-form: ^7.0.0 dependencies: - react-hook-form: 7.46.1(react@18.2.0) + react-hook-form: 7.50.0(react@18.2.0) dev: false /@html-eslint/eslint-plugin@0.19.1: @@ -20077,8 +20077,8 @@ packages: react-is: 18.1.0 dev: true - /react-hook-form@7.46.1(react@18.2.0): - resolution: {integrity: sha512-0GfI31LRTBd5tqbXMGXT1Rdsv3rnvy0FjEk8Gn9/4tp6+s77T7DPZuGEpBRXOauL+NhyGT5iaXzdIM2R6F/E+w==} + /react-hook-form@7.50.0(react@18.2.0): + resolution: {integrity: sha512-AOhuzM3RdP09ZCnq+Z0yvKGHK25yiOX5phwxjV9L7U6HMla10ezkBnvQ+Pk4GTuDfsC5P2zza3k8mawFwFLVuQ==} engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18