Skip to content

Commit 04830ad

Browse files
committed
chore(deps): upgrade to [email protected]
1 parent 036d465 commit 04830ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ export {
44
green,
55
red,
66
stripColor,
7-
} from "https://deno.land/std@0.122.0/fmt/colors.ts";
7+
} from "https://deno.land/std@0.123.0/fmt/colors.ts";
88
export {
99
assertArrayIncludes,
1010
assertEquals,
1111
assertExists,
1212
assertMatch,
1313
assertRejects,
1414
assertThrows,
15-
} from "https://deno.land/std@0.122.0/testing/asserts.ts";
15+
} from "https://deno.land/std@0.123.0/testing/asserts.ts";

0 commit comments

Comments
 (0)