From 65a8ea862afb5b341dadf020ee62d56b08571b0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 04:47:07 +0000 Subject: [PATCH] chore(deps): update dependency https://deno.land/std to v0.213.0 --- deps.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deps.ts b/deps.ts index 4aa8873..0c3b9fa 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.213.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.213.0/fs/mod.ts"; +export { parseArgs } from "https://deno.land/std@0.213.0/cli/parse_args.ts"; +export { walk } from "https://deno.land/std@0.213.0/fs/walk.ts"; +export { extname, join } from "https://deno.land/std@0.213.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.213.0/assert/assert_equals.ts";