diff --git a/deps.ts b/deps.ts index 4aa8873..f703497 100644 --- a/deps.ts +++ b/deps.ts @@ -1,7 +1,7 @@ /* --- core --- */ export { Buffer } from "node:buffer"; export { parse } from "https://deno.land/std@0.210.0/csv/parse.ts"; -export { z } from "https://deno.land/x/zod@v3.22.4/mod.ts"; +export { z } from "https://deno.land/x/zod@v3.23.5/mod.ts"; export { compress } from "https://deno.land/x/zip@v1.2.5/mod.ts"; /* --- cli --- */