From 35e6bb5aa32c0ea1a26247c6cf540907adc22727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 08:49:55 +0000 Subject: [PATCH] Bump @hookform/resolvers from 3.1.0 to 3.4.2 in /client Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 3.1.0 to 3.4.2. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v3.1.0...v3.4.2) --- 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..4333b0a1 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.2", "@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.2", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.4.2.tgz", + "integrity": "sha512-1m9uAVIO8wVf7VCDAGsuGA0t6Z3m6jVGAN50HkV9vYLl0yixKK/Z1lr01vaRvYCkIKGoy1noVRxMzQYb4y/j1Q==", "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.2", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.4.2.tgz", + "integrity": "sha512-1m9uAVIO8wVf7VCDAGsuGA0t6Z3m6jVGAN50HkV9vYLl0yixKK/Z1lr01vaRvYCkIKGoy1noVRxMzQYb4y/j1Q==", "requires": {} }, "@humanwhocodes/config-array": { diff --git a/client/package.json b/client/package.json index 439a14c8..b39630dd 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.2", "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1",