From 60c4c746c694c8f151b126fd3ff7947c91d27b8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 09:15:22 +0000 Subject: [PATCH] fix(deps): update dependency @hookform/resolvers to v3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d23db41..ad78878 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "dependencies": { "@expo/vector-icons": "13.0.0", "@gorhom/bottom-sheet": "4.4.5", - "@hookform/resolvers": "2.9.10", + "@hookform/resolvers": "3.3.4", "@react-native-async-storage/async-storage": "1.18.2", "@react-navigation/native": "6.1.1", "@react-navigation/native-stack": "6.9.7", diff --git a/yarn.lock b/yarn.lock index d03c107..a7c3bd4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1597,10 +1597,10 @@ dependencies: "@hapi/hoek" "^9.0.0" -"@hookform/resolvers@2.9.10": - version "2.9.10" - resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-2.9.10.tgz#e7e88942ee34e97b7bc937b0be4694194c9cd420" - integrity sha512-JIL1DgJIlH9yuxcNGtyhsWX/PgNltz+5Gr6+8SX9fhXc/hPbEIk6wPI82nhgvp3uUb6ZfAM5mqg/x7KR7NAb+A== +"@hookform/resolvers@3.3.4": + version "3.3.4" + resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-3.3.4.tgz#de9b668c2835eb06892290192de6e2a5c906229b" + integrity sha512-o5cgpGOuJYrd+iMKvkttOclgwRW86EsWJZZRC23prf0uU2i48Htq4PuT73AVb9ionFyZrwYEITuOFGF+BydEtQ== "@humanwhocodes/config-array@^0.11.8": version "0.11.10"