diff --git a/deps.ts b/deps.ts index bbded5d..e5d163a 100644 --- a/deps.ts +++ b/deps.ts @@ -1,5 +1,5 @@ export const test = Deno.test; -export { parse } from "https://deno.land/std@0.109.0/flags/mod.ts"; +export { parse } from "https://deno.land/std@0.116.0/flags/mod.ts"; export { blue, bold, @@ -7,10 +7,10 @@ export { red, reset as resetColor, yellow, -} from "https://deno.land/std@0.109.0/fmt/colors.ts"; +} from "https://deno.land/std@0.116.0/fmt/colors.ts"; export { assert, assertEquals, assertThrows, assertThrowsAsync, -} from "https://deno.land/std@0.109.0/testing/asserts.ts"; +} from "https://deno.land/std@0.116.0/testing/asserts.ts";