From baff61172b49151a00fa5d56c3f2108f28e3bf79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 05:12:30 +0000 Subject: [PATCH] chore(deps): update dependency https://deno.land/std to v0.220.1 --- deps.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deps.ts b/deps.ts index 4aa8873..0d4fdfb 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.220.1/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.220.1/fs/mod.ts"; +export { parseArgs } from "https://deno.land/std@0.220.1/cli/parse_args.ts"; +export { walk } from "https://deno.land/std@0.220.1/fs/walk.ts"; +export { extname, join } from "https://deno.land/std@0.220.1/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.220.1/assert/assert_equals.ts";