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",