From 02eedccc739c898402439540b903bb534f1626ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 11:09:59 +0000 Subject: [PATCH] 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 981f78f8..eda89dbe 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@badrap/bar-of-progress": "0.2.2", "@headlessui/react": "1.7.4", "@heroicons/react": "1.0.6", - "@hookform/resolvers": "2.9.10", + "@hookform/resolvers": "3.3.4", "@tailwindcss/aspect-ratio": "0.4.2", "@vercel/analytics": "^0.1.10", "axios": "0.27.2", diff --git a/yarn.lock b/yarn.lock index 85a588c6..9eaf38eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -127,10 +127,10 @@ resolved "https://registry.npmjs.org/@heroicons/react/-/react-1.0.6.tgz" integrity sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ== -"@hookform/resolvers@2.9.10": - version "2.9.10" - resolved "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-2.9.10.tgz" - 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.6": version "0.11.7"