diff --git a/package-lock.json b/package-lock.json index 68c9d4f..dcd5e5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@emailjs/browser": "^4.4.1", - "@hookform/resolvers": "^3.9.1", + "@hookform/resolvers": "^3.10.0", "@icons-pack/react-simple-icons": "^11.0.0", "@radix-ui/react-alert-dialog": "^1.1.4", "@radix-ui/react-dialog": "^1.1.1", @@ -672,10 +672,9 @@ "license": "MIT" }, "node_modules/@hookform/resolvers": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.9.1.tgz", - "integrity": "sha512-ud2HqmGBM0P0IABqoskKWI6PEf6ZDDBZkFqe2Vnl+mTHCEHzr3ISjjZyCwTjC/qpL25JC9aIDkloQejvMeq0ug==", - "license": "MIT", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.10.0.tgz", + "integrity": "sha512-79Dv+3mDF7i+2ajj7SkypSKHhl1cbln1OGavqrsF7p6mbUv11xpqpacPsGDCTRvCSjEEIez2ef1NveSVL3b0Ag==", "peerDependencies": { "react-hook-form": "^7.0.0" } diff --git a/package.json b/package.json index 34b0361..18dd3c9 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@emailjs/browser": "^4.4.1", - "@hookform/resolvers": "^3.9.1", + "@hookform/resolvers": "^3.10.0", "@icons-pack/react-simple-icons": "^11.0.0", "@radix-ui/react-alert-dialog": "^1.1.4", "@radix-ui/react-dialog": "^1.1.1",