diff --git a/package-lock.json b/package-lock.json index a48318f..5d4023f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@headlessui/react": "^2.2.4", - "@hookform/resolvers": "^4.1.3", + "@hookform/resolvers": "^5.1.1", "@inertiajs/react": "^2.0.12", "@monaco-editor/react": "^4.7.0", "@radix-ui/react-alert-dialog": "^1.1.14", @@ -961,15 +961,14 @@ } }, "node_modules/@hookform/resolvers": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-4.1.3.tgz", - "integrity": "sha512-Jsv6UOWYTrEFJ/01ZrnwVXs7KDvP8XIo115i++5PWvNkNvkrsTfGiLS6w+eJ57CYtUtDQalUWovCZDHFJ8u1VQ==", - "license": "MIT", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-5.1.1.tgz", + "integrity": "sha512-J/NVING3LMAEvexJkyTLjruSm7aOFx7QX21pzkiJfMoNG0wl5aFEjLTl7ay7IQb9EWY6AkrBy7tHL2Alijpdcg==", "dependencies": { "@standard-schema/utils": "^0.3.0" }, "peerDependencies": { - "react-hook-form": "^7.0.0" + "react-hook-form": "^7.55.0" } }, "node_modules/@inertiajs/core": { diff --git a/package.json b/package.json index 9ae9d27..938db41 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@headlessui/react": "^2.2.4", - "@hookform/resolvers": "^4.1.3", + "@hookform/resolvers": "^5.1.1", "@inertiajs/react": "^2.0.12", "@monaco-editor/react": "^4.7.0", "@radix-ui/react-alert-dialog": "^1.1.14",