From 1cffc798e5709069b0b351c6139d10a506fc002b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 08:28:32 +0000 Subject: [PATCH] Bump @hookform/resolvers from 3.1.0 to 3.4.0 in /client Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 3.1.0 to 3.4.0. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v3.1.0...v3.4.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..49c0d138 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.4.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.4.0", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.4.0.tgz", + "integrity": "sha512-+oAqK3okmoEDnvUkJ3N/mvNMeeMv5Apgy1jkoRmlaaAF4vBgcJs9tHvtXU7VE4DvPosvAUUkPOaNFunzt1dbgA==", "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.4.0", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.4.0.tgz", + "integrity": "sha512-+oAqK3okmoEDnvUkJ3N/mvNMeeMv5Apgy1jkoRmlaaAF4vBgcJs9tHvtXU7VE4DvPosvAUUkPOaNFunzt1dbgA==", "requires": {} }, "@humanwhocodes/config-array": { diff --git a/client/package.json b/client/package.json index 439a14c8..4cc69e2f 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.4.0", "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1",