diff --git a/package-lock.json b/package-lock.json index 1507935..ba685bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@alchemy/aa-accounts": "^3.18.0", "@alchemy/aa-alchemy": "^3.18.0", "@alchemy/aa-core": "^3.18.0", - "@hookform/resolvers": "^3.3.4", + "@hookform/resolvers": "^3.9.0", "@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.1.1", @@ -3516,9 +3516,9 @@ } }, "node_modules/@hookform/resolvers": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.3.4.tgz", - "integrity": "sha512-o5cgpGOuJYrd+iMKvkttOclgwRW86EsWJZZRC23prf0uU2i48Htq4PuT73AVb9ionFyZrwYEITuOFGF+BydEtQ==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.9.0.tgz", + "integrity": "sha512-bU0Gr4EepJ/EQsH/IwEzYLsT/PEj5C0ynLQ4m+GSHS+xKH4TfSelhluTgOaoc4kA5s7eCsQbM4wvZLzELmWzUg==", "license": "MIT", "peerDependencies": { "react-hook-form": "^7.0.0" diff --git a/package.json b/package.json index 69d50ce..ddbb789 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@alchemy/aa-accounts": "^3.18.0", "@alchemy/aa-alchemy": "^3.18.0", "@alchemy/aa-core": "^3.18.0", - "@hookform/resolvers": "^3.3.4", + "@hookform/resolvers": "^3.9.0", "@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.1.1",