diff --git a/package-lock.json b/package-lock.json index ed2f2ff..eeb8c27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "coding-relay-admin", "version": "0.1.0", "dependencies": { - "@hookform/resolvers": "^5.2.2", + "@hookform/resolvers": "^5.4.0", "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-select": "^2.2.6", "axios": "^1.16.1", @@ -574,9 +574,9 @@ "license": "MIT" }, "node_modules/@hookform/resolvers": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-5.2.2.tgz", - "integrity": "sha512-A/IxlMLShx3KjV/HeTcTfaMxdwy690+L/ZADoeaTltLx+CVuzkeVIPuybK3jrRfw7YZnmdKsVVHAlEPIAEUNlA==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-5.4.0.tgz", + "integrity": "sha512-EIsqr/t/qbinPIhGjMdtvutIN1Kk4uwbROE9/UQ93CAVGR7GkA7Y92+fX80OzXi/OB67jVFYwKGO1WzkxmkFZw==", "license": "MIT", "dependencies": { "@standard-schema/utils": "^0.3.0" diff --git a/package.json b/package.json index 7d48876..bd0e763 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@hookform/resolvers": "^5.2.2", + "@hookform/resolvers": "^5.4.0", "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-select": "^2.2.6", "axios": "^1.16.1",