From e38af7c595901f44e3457b11becdecd8f7ed3cd2 Mon Sep 17 00:00:00 2001
From: drashbot <59404681+drashbot@users.noreply.github.com>
Date: Sat, 11 Dec 2021 17:49:17 -0500
Subject: [PATCH] Update dependencies and bump version numbers across repo
 (#122)

Co-authored-by: crookse <crookse@users.noreply.github.com>
---
 deps.ts                                            | 4 ++--
 tests/integration/up-to-date-deps/deps.ts          | 8 ++++----
 tests/integration/up-to-date-deps/original_deps.ts | 8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/deps.ts b/deps.ts
index 7f40896..70f903a 100644
--- a/deps.ts
+++ b/deps.ts
@@ -1,6 +1,6 @@
 export { BumperService } from "https://raw.githubusercontent.com/drashland/services/v0.2.4/ci/bumper_service.ts";
 export { Line, Subcommand } from "https://deno.land/x/line@v0.1.1/mod.ts";
 export { ConsoleLogger } from "https://raw.githubusercontent.com/drashland/services/v0.2.4/loggers/console_logger.ts";
-export { assertEquals } from "https://deno.land/std@0.116.0/testing/asserts.ts";
-import * as colours from "https://deno.land/std@0.116.0/fmt/colors.ts";
+export { assertEquals } from "https://deno.land/std@0.117.0/testing/asserts.ts";
+import * as colours from "https://deno.land/std@0.117.0/fmt/colors.ts";
 export { colours };
diff --git a/tests/integration/up-to-date-deps/deps.ts b/tests/integration/up-to-date-deps/deps.ts
index 960db64..4afb75e 100644
--- a/tests/integration/up-to-date-deps/deps.ts
+++ b/tests/integration/up-to-date-deps/deps.ts
@@ -1,14 +1,14 @@
 import { Drash } from "https://deno.land/x/drash@v2.2.0/mod.ts"; // up to date
 
-import * as fs from "https://deno.land/std@0.116.0/fs/mod.ts"; // up to date
+import * as fs from "https://deno.land/std@0.117.0/fs/mod.ts"; // up to date
 
-import * as colors from "https://deno.land/std@0.116.0/fmt/colors.ts"; //up to date
+import * as colors from "https://deno.land/std@0.117.0/fmt/colors.ts"; //up to date
 
 import * as Cliffy from "https://x.nest.land/cliffy@0.20.1/mod.ts"; //up to date
 
-import * as log from "https://deno.land/std@0.116.0/log/mod.ts"; //up to date
+import * as log from "https://deno.land/std@0.117.0/log/mod.ts"; //up to date
 
-export { v4 } from "https://deno.land/std@0.116.0/uuid/mod.ts"; //up to date
+export { v4 } from "https://deno.land/std@0.117.0/uuid/mod.ts"; //up to date
 
 export { Cliffy, colors, Drash, fs, log };
 
diff --git a/tests/integration/up-to-date-deps/original_deps.ts b/tests/integration/up-to-date-deps/original_deps.ts
index 960db64..4afb75e 100644
--- a/tests/integration/up-to-date-deps/original_deps.ts
+++ b/tests/integration/up-to-date-deps/original_deps.ts
@@ -1,14 +1,14 @@
 import { Drash } from "https://deno.land/x/drash@v2.2.0/mod.ts"; // up to date
 
-import * as fs from "https://deno.land/std@0.116.0/fs/mod.ts"; // up to date
+import * as fs from "https://deno.land/std@0.117.0/fs/mod.ts"; // up to date
 
-import * as colors from "https://deno.land/std@0.116.0/fmt/colors.ts"; //up to date
+import * as colors from "https://deno.land/std@0.117.0/fmt/colors.ts"; //up to date
 
 import * as Cliffy from "https://x.nest.land/cliffy@0.20.1/mod.ts"; //up to date
 
-import * as log from "https://deno.land/std@0.116.0/log/mod.ts"; //up to date
+import * as log from "https://deno.land/std@0.117.0/log/mod.ts"; //up to date
 
-export { v4 } from "https://deno.land/std@0.116.0/uuid/mod.ts"; //up to date
+export { v4 } from "https://deno.land/std@0.117.0/uuid/mod.ts"; //up to date
 
 export { Cliffy, colors, Drash, fs, log };