From d575a26ff63e167a1db9298f3e01705ad06fcbf0 Mon Sep 17 00:00:00 2001 From: drashbot <59404681+drashbot@users.noreply.github.com> Date: Tue, 30 May 2023 00:38:04 +0000 Subject: [PATCH] chore: update deps --- deps.ts | 2 +- tests/deps.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps.ts b/deps.ts index 685b2bd..49c7b1f 100644 --- a/deps.ts +++ b/deps.ts @@ -1,2 +1,2 @@ -import * as colors from "https://deno.land/std@0.160.0/fmt/colors.ts"; +import * as colors from "https://deno.land/std@0.190.0/fmt/colors.ts"; export { colors }; diff --git a/tests/deps.ts b/tests/deps.ts index d68d3be..465314a 100644 --- a/tests/deps.ts +++ b/tests/deps.ts @@ -1 +1 @@ -export { assertEquals } from "https://deno.land/std@0.160.0/testing/asserts.ts"; +export { assertEquals } from "https://deno.land/std@0.190.0/testing/asserts.ts";