From 0c11b4abe374effa4ed53b92719c9ef191e250be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 05:15:05 +0000 Subject: [PATCH] chore(deps): bump @hookform/resolvers from 2.8.0 to 2.9.0 Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v2.8.0...v2.9.0) --- 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..bc5a094 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.0", "@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..ef3c260 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.0": + version "2.9.0" + resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-2.9.0.tgz#0e8c5188fb030f1c21764892db0d04058d5413f0" + integrity sha512-fW/buf863gDiU60RxCTKooJRf1YRvcMy0MTXGsyv7y0sutx0iYeZwoFNQRLBtS+hi+lo60ZV3Kf8AdqGY+sZVw== "@humanwhocodes/config-array@^0.5.0": version "0.5.0"