diff --git a/client/package-lock.json b/client/package-lock.json index e4f2b8e0..bf2be402 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.3.2", "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", @@ -2295,9 +2295,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.3.2", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.3.2.tgz", + "integrity": "sha512-Tw+GGPnBp+5DOsSg4ek3LCPgkBOuOgS5DsDV7qsWNH9LZc433kgsWICjlsh2J9p04H2K66hsXPPb9qn9ILdUtA==", "peerDependencies": { "react-hook-form": "^7.0.0" } @@ -20644,9 +20644,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.3.2", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.3.2.tgz", + "integrity": "sha512-Tw+GGPnBp+5DOsSg4ek3LCPgkBOuOgS5DsDV7qsWNH9LZc433kgsWICjlsh2J9p04H2K66hsXPPb9qn9ILdUtA==", "requires": {} }, "@humanwhocodes/config-array": { diff --git a/client/package.json b/client/package.json index 636a29fc..cc25f5c3 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.3.2", "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3",