From 56e6c173b4d42a5af5433201ec892ee36524566c Mon Sep 17 00:00:00 2001 From: drashbot <59404681+drashbot@users.noreply.github.com> Date: Wed, 20 Sep 2023 00:31:19 +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..670c900 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.202.0/fmt/colors.ts"; export { colors }; diff --git a/tests/deps.ts b/tests/deps.ts index d68d3be..6f5cdab 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.202.0/testing/asserts.ts";