From c591b1515391b569bb7abe569b759bc644a00b9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 08:23:19 +0000 Subject: [PATCH] Bump @hookform/resolvers from 3.1.0 to 3.6.0 in /client Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 3.1.0 to 3.6.0. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v3.1.0...v3.6.0) --- updated-dependencies: - dependency-name: "@hookform/resolvers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 62a6ceb0..31e3c6e3 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -11,7 +11,7 @@ "@craigmcc/oauth-orchestrator": "^1.0.4", "@craigmcc/shared-react": "^2.2.1", "@craigmcc/shared-utils": "^1.0.3", - "@hookform/resolvers": "^3.1.0", + "@hookform/resolvers": "^3.6.0", "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1", @@ -2358,9 +2358,9 @@ } }, "node_modules/@hookform/resolvers": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.1.0.tgz", - "integrity": "sha512-z0A8K+Nxq+f83Whm/ajlwE6VtQlp/yPHZnXw7XWVPIGm1Vx0QV8KThU3BpbBRfAZ7/dYqCKKBNnQh85BkmBKkA==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.6.0.tgz", + "integrity": "sha512-UBcpyOX3+RR+dNnqBd0lchXpoL8p4xC21XP8H6Meb8uve5Br1GCnmg0PcBoKKqPKgGu9GHQ/oygcmPrQhetwqw==", "peerDependencies": { "react-hook-form": "^7.0.0" } @@ -20781,9 +20781,9 @@ } }, "@hookform/resolvers": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.1.0.tgz", - "integrity": "sha512-z0A8K+Nxq+f83Whm/ajlwE6VtQlp/yPHZnXw7XWVPIGm1Vx0QV8KThU3BpbBRfAZ7/dYqCKKBNnQh85BkmBKkA==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.6.0.tgz", + "integrity": "sha512-UBcpyOX3+RR+dNnqBd0lchXpoL8p4xC21XP8H6Meb8uve5Br1GCnmg0PcBoKKqPKgGu9GHQ/oygcmPrQhetwqw==", "requires": {} }, "@humanwhocodes/config-array": { diff --git a/client/package.json b/client/package.json index 439a14c8..b8936cb1 100644 --- a/client/package.json +++ b/client/package.json @@ -8,7 +8,7 @@ "@craigmcc/oauth-orchestrator": "^1.0.4", "@craigmcc/shared-react": "^2.2.1", "@craigmcc/shared-utils": "^1.0.3", - "@hookform/resolvers": "^3.1.0", + "@hookform/resolvers": "^3.6.0", "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1",