diff --git a/deps.ts b/deps.ts index b8a27a0..8434e3b 100644 --- a/deps.ts +++ b/deps.ts @@ -1,2 +1,2 @@ -export { parse as parseArgs } from "https://deno.land/std@0.117.0/flags/mod.ts"; -export * as colors from "https://deno.land/std@0.117.0/fmt/colors.ts"; +export { parse as parseArgs } from "https://deno.land/std@0.119.0/flags/mod.ts"; +export * as colors from "https://deno.land/std@0.119.0/fmt/colors.ts";