From 3bf189f6153555bc10bfc011e3cdd2baf99664ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:22:02 +0200 Subject: [PATCH] build(deps): bump @hookform/resolvers from 3.4.2 to 3.6.0 (#9) Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 3.4.2 to 3.6.0. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v3.4.2...v3.6.0) --- updated-dependencies: - dependency-name: "@hookform/resolvers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 313e85e..4982d51 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@hey-api/client-fetch": "^0.1.3", - "@hookform/resolvers": "^3.4.2", + "@hookform/resolvers": "^3.6.0", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-popover": "^1.1.1", diff --git a/yarn.lock b/yarn.lock index c49c3dd..c80b2c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -226,10 +226,10 @@ commander "12.1.0" handlebars "4.7.8" -"@hookform/resolvers@^3.4.2": - version "3.4.2" - resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-3.4.2.tgz#b69525248c2a9a1b2546411251ea25029915841a" - integrity sha512-1m9uAVIO8wVf7VCDAGsuGA0t6Z3m6jVGAN50HkV9vYLl0yixKK/Z1lr01vaRvYCkIKGoy1noVRxMzQYb4y/j1Q== +"@hookform/resolvers@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-3.6.0.tgz#71ae08acf7f7624fb24ea0505de00b9001a63687" + integrity sha512-UBcpyOX3+RR+dNnqBd0lchXpoL8p4xC21XP8H6Meb8uve5Br1GCnmg0PcBoKKqPKgGu9GHQ/oygcmPrQhetwqw== "@humanwhocodes/config-array@^0.11.14": version "0.11.14"