Skip to content

Commit 32c7993

Browse files
committed
chore: update deps
1 parent 025f47f commit 32c7993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import * as colors from "https://deno.land/std@0.160.0/fmt/colors.ts";
1+
import * as colors from "https://deno.land/std@0.172.0/fmt/colors.ts";
22
export { colors };

tests/deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { assertEquals } from "https://deno.land/std@0.160.0/testing/asserts.ts";
1+
export { assertEquals } from "https://deno.land/std@0.172.0/testing/asserts.ts";

0 commit comments

Comments
 (0)