From 9e4cfc19b9bbe90feb45e0833789d5fefad11ed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 09:21:21 +0000 Subject: [PATCH] build(deps): bump @hookform/resolvers from 2.9.11 to 3.3.4 Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 2.9.11 to 3.3.4. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v2.9.11...v3.3.4) --- updated-dependencies: - dependency-name: "@hookform/resolvers" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/example-webform/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/example-webform/package.json b/examples/example-webform/package.json index 6522a24b..7ec824c6 100644 --- a/examples/example-webform/package.json +++ b/examples/example-webform/package.json @@ -14,7 +14,7 @@ "test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3636 cy:run" }, "dependencies": { - "@hookform/resolvers": "^2.8.3", + "@hookform/resolvers": "^3.3.4", "@tailwindcss/forms": "^0.5.6", "@tailwindcss/typography": "^0.5.1", "next": "^12.2.3", diff --git a/yarn.lock b/yarn.lock index 527040b8..087bda17 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1647,10 +1647,10 @@ dependencies: client-only "^0.0.1" -"@hookform/resolvers@^2.8.3": - version "2.9.11" - resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-2.9.11.tgz#9ce96e7746625a89239f68ca57c4f654264c17ef" - integrity sha512-bA3aZ79UgcHj7tFV7RlgThzwSSHZgvfbt2wprldRkYBcMopdMvHyO17Wwp/twcJasNFischFfS7oz8Katz8DdQ== +"@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.13": version "0.11.13"