From c505e0ca1ce37eb254c0ed09e25397cd28d5f03b Mon Sep 17 00:00:00 2001
From: drashbot <59404681+drashbot@users.noreply.github.com>
Date: Wed, 19 Apr 2023 00:35:54 +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..9f952f1 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.184.0/fmt/colors.ts";
 export { colors };
diff --git a/tests/deps.ts b/tests/deps.ts
index d68d3be..f798ced 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.184.0/testing/asserts.ts";