From 0179a14fab6f7b84160f7f771a9e5eae1b49aef9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 04:48:10 +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 4008c1f..9369d8b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@emotion/server": "11.10.0", "@emotion/styled": "11.10.6", "@fontsource/roboto": "4.5.8", - "@hookform/resolvers": "2.9.11", + "@hookform/resolvers": "3.4.0", "@mui/icons-material": "5.11.11", "@mui/lab": "5.0.0-alpha.123", "@mui/material": "5.11.13", diff --git a/yarn.lock b/yarn.lock index 2da6d27..44722a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1341,10 +1341,10 @@ resolved "https://registry.yarnpkg.com/@fontsource/roboto/-/roboto-4.5.8.tgz#56347764786079838faf43f0eeda22dd7328437f" integrity sha512-CnD7zLItIzt86q4Sj3kZUiLcBk1dSk81qcqgMGaZe7SQ1P8hFNxhMl5AZthK1zrDM5m74VVhaOpuMGIL4gagaA== -"@hookform/resolvers@2.9.11": - version "2.9.11" - resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-2.9.11.tgz#9ce96e7746625a89239f68ca57c4f654264c17ef" - integrity sha512-bA3aZ79UgcHj7tFV7RlgThzwSSHZgvfbt2wprldRkYBcMopdMvHyO17Wwp/twcJasNFischFfS7oz8Katz8DdQ== +"@hookform/resolvers@3.4.0": + version "3.4.0" + resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-3.4.0.tgz#4ca2c08a26118fc8b6a572da94fdd57750a79b62" + integrity sha512-+oAqK3okmoEDnvUkJ3N/mvNMeeMv5Apgy1jkoRmlaaAF4vBgcJs9tHvtXU7VE4DvPosvAUUkPOaNFunzt1dbgA== "@humanwhocodes/config-array@^0.11.8": version "0.11.8"