diff --git a/backend/admin/package-lock.json b/backend/admin/package-lock.json index 74b518a..f2c67a6 100644 --- a/backend/admin/package-lock.json +++ b/backend/admin/package-lock.json @@ -8,7 +8,7 @@ "name": "admin-dashboard", "version": "0.1.0", "dependencies": { - "@hookform/resolvers": "^5.2.2", + "@hookform/resolvers": "^5.4.0", "@monaco-editor/react": "^4.7.0", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-avatar": "^1.1.11", @@ -565,9 +565,9 @@ "license": "MIT" }, "node_modules/@hookform/resolvers": { - "version": "5.2.2", - "resolved": "https://registry.npmmirror.com/@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/backend/admin/package.json b/backend/admin/package.json index 047bc4c..722e070 100644 --- a/backend/admin/package.json +++ b/backend/admin/package.json @@ -9,7 +9,7 @@ "lint": "eslint" }, "dependencies": { - "@hookform/resolvers": "^5.2.2", + "@hookform/resolvers": "^5.4.0", "@monaco-editor/react": "^4.7.0", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-avatar": "^1.1.11",