diff --git a/deps.ts b/deps.ts index 9d61ef3..03812ab 100644 --- a/deps.ts +++ b/deps.ts @@ -1,3 +1,3 @@ -export { parse as parseArgs } from "https://deno.land/std@0.159.0/flags/mod.ts"; -export { expandGlob } from "https://deno.land/std@0.159.0/fs/mod.ts"; -export * as colors from "https://deno.land/std@0.159.0/fmt/colors.ts"; +export { parse as parseArgs } from "https://deno.land/std@0.166.0/flags/mod.ts"; +export { expandGlob } from "https://deno.land/std@0.166.0/fs/mod.ts"; +export * as colors from "https://deno.land/std@0.166.0/fmt/colors.ts";