diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 5c4fcd5d..1b5999bf 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -65,7 +65,7 @@ "tailwind-merge": "^3.6.0", "tauri-plugin-mobile-share": "^0.1.2", "tauri-plugin-web-auth-api": "^1.0.0", - "zod": "^3.25.76", + "zod": "^4.4.3", "zustand": "^5.0.14" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 78459fcb..3a10ec3c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -366,8 +366,8 @@ importers: specifier: ^1.0.0 version: 1.0.0 zod: - specifier: ^3.25.76 - version: 3.25.76 + specifier: ^4.4.3 + version: 4.4.3 zustand: specifier: ^5.0.14 version: 5.0.14(@types/react@19.2.16)(immer@11.1.4)(react@19.2.7)(use-sync-external-store@1.6.0(react@19.2.7))