diff --git a/package-lock.json b/package-lock.json index 3d5984c..fd06bf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/tailwind": "5.1.2", "@clerk/clerk-js": "5.26.5", "@clerk/themes": "1.7.19", - "@hookform/resolvers": "3.3.4", + "@hookform/resolvers": "3.9.0", "@radix-ui/react-avatar": "1.0.4", "@radix-ui/react-checkbox": "^1.0.4", "@radix-ui/react-dialog": "1.0.5", @@ -1485,9 +1485,10 @@ "integrity": "sha512-SwPWfeRa5veb1hOIBMdzI+73te5puUBHmqqaF1Bu7FjvxlYSz/kJcZKSa9Cg60zL0uRNeJL2SbRxV6Jp6Q1nFQ==" }, "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 b5604db..16ec8aa 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@astrojs/tailwind": "5.1.2", "@clerk/clerk-js": "5.26.5", "@clerk/themes": "1.7.19", - "@hookform/resolvers": "3.3.4", + "@hookform/resolvers": "3.9.0", "@radix-ui/react-avatar": "1.0.4", "@radix-ui/react-checkbox": "^1.0.4", "@radix-ui/react-dialog": "1.0.5",