From b879a1b3cb4a473faf168b100b503a8bf555a6f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 21:08:48 +0000 Subject: [PATCH] chore(deps): bump @hookform/resolvers from 2.9.10 to 3.1.1 Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 2.9.10 to 3.1.1. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v2.9.10...v3.1.1) --- updated-dependencies: - dependency-name: "@hookform/resolvers" dependency-type: direct:production update-type: version-update:semver-major ... 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 1894d18..eb7b07c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@chakra-ui/react": "^2.4.9", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", - "@hookform/resolvers": "^2.9.10", + "@hookform/resolvers": "^3.1.1", "@next/font": "^13.2.4", "framer-motion": "^9.0.4", "next": "^13.2.4", diff --git a/yarn.lock b/yarn.lock index 8f0eb3e..1419f48 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1424,10 +1424,10 @@ minimatch "^3.0.4" strip-json-comments "^3.1.1" -"@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.1.1": + version "3.1.1" + resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-3.1.1.tgz#b374d33e356428fff9c6ef3c933441fe15e40784" + integrity sha512-tS16bAUkqjITNSvbJuO1x7MXbn7Oe8ZziDTJdA9mMvsoYthnOOiznOTGBYwbdlYBgU+tgpI/BtTU3paRbCuSlg== "@humanwhocodes/config-array@^0.5.0": version "0.5.0"