From cae14fd10c6cd22b3a0bcc71d11bae0151d89e5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 05:14:57 +0000 Subject: [PATCH] chore(deps): bump @hookform/resolvers from 2.8.0 to 2.9.5 Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 2.8.0 to 2.9.5. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v2.8.0...v2.9.5) --- updated-dependencies: - dependency-name: "@hookform/resolvers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f020e77..e6cfa08 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@fontsource/inter": "^4.4.5", "@geist-ui/react": "^2.1.5", "@geist-ui/react-icons": "^1.0.1", - "@hookform/resolvers": "^2.8.0", + "@hookform/resolvers": "^2.9.5", "@types/cors": "^2.8.12", "@types/react-hamburger-menu": "^0.0.4", "autoprefixer": "^10.3.6", diff --git a/yarn.lock b/yarn.lock index 6d0d546..1c7fff3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1127,10 +1127,10 @@ dependencies: "@hapi/hoek" "^9.0.0" -"@hookform/resolvers@^2.8.0": - version "2.8.0" - resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-2.8.0.tgz#32e82b072ff71c71e62fb2901b129642a0c5897e" - integrity sha512-ALlr0Bg6zDHdRsdqkwfWGPMnIxP4hqMRPvFDHp7lWXQeA7rKykto3cWqQQh1s0PzX043RHwMB6OHVPMwFJqwxg== +"@hookform/resolvers@^2.9.5": + version "2.9.5" + resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-2.9.5.tgz#adfa2d240a9315f4ab6ff4c63621d22d1b574c07" + integrity sha512-4XABrKdE4GpX6v2RZ+Ij1Wrl9qPEl5ZvVhFxROY+SZhP/6TU8gPw0LO4ZS9/GgIbTx3Pw1U8HmcXVAoGOq+7iA== "@humanwhocodes/config-array@^0.5.0": version "0.5.0"