diff --git a/deps.ts b/deps.ts index 4aa8873..09e4454 100644 --- a/deps.ts +++ b/deps.ts @@ -1,14 +1,14 @@ /* --- core --- */ export { Buffer } from "node:buffer"; -export { parse } from "https://deno.land/std@0.210.0/csv/parse.ts"; +export { parse } from "https://deno.land/std@0.221.0/csv/parse.ts"; export { z } from "https://deno.land/x/zod@v3.22.4/mod.ts"; export { compress } from "https://deno.land/x/zip@v1.2.5/mod.ts"; /* --- cli --- */ -export { ensureDir } from "https://deno.land/std@0.210.0/fs/mod.ts"; -export { parseArgs } from "https://deno.land/std@0.210.0/cli/parse_args.ts"; -export { walk } from "https://deno.land/std@0.210.0/fs/walk.ts"; -export { extname, join } from "https://deno.land/std@0.210.0/path/mod.ts"; +export { ensureDir } from "https://deno.land/std@0.221.0/fs/mod.ts"; +export { parseArgs } from "https://deno.land/std@0.221.0/cli/parse_args.ts"; +export { walk } from "https://deno.land/std@0.221.0/fs/walk.ts"; +export { extname, join } from "https://deno.land/std@0.221.0/path/mod.ts"; /* --- test --- */ -export { assertEquals } from "https://deno.land/std@0.210.0/assert/assert_equals.ts"; +export { assertEquals } from "https://deno.land/std@0.221.0/assert/assert_equals.ts";