From 2df99616ff3e2b8344000dffa47e5819d64dfb71 Mon Sep 17 00:00:00 2001 From: drashbot <59404681+drashbot@users.noreply.github.com> Date: Tue, 17 Jan 2023 00:38:14 +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..44f19cd 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.173.0/fmt/colors.ts"; export { colors }; diff --git a/tests/deps.ts b/tests/deps.ts index d68d3be..74fd958 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.173.0/testing/asserts.ts";