Skip to content

Commit fd82808

Browse files
andrewbreyc4spar
authored andcommitted
chore(deps): bump dependency versions
1 parent 8673e8c commit fd82808

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/cli/deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export { Command } from "https://deno.land/x/cliffy@v0.18.2/command/command.ts";
1+
export { Command } from "https://deno.land/x/cliffy@v0.19.5/command/command.ts";
22
export {
33
ValidationError,
4-
} from "https://deno.land/x/cliffy@v0.18.2/flags/_errors.ts";
4+
} from "https://deno.land/x/cliffy@v0.19.5/flags/_errors.ts";
55
export { copy } from "https://deno.land/[email protected]/io/mod.ts";

src/runtime/deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ export type {
2020
ArgParsingOptions,
2121
Args,
2222
} from "https://deno.land/[email protected]/flags/mod.ts";
23-
export { colors } from "https://deno.land/x/cliffy@v0.18.2/ansi/colors.ts";
23+
export { colors } from "https://deno.land/x/cliffy@v0.19.5/ansi/colors.ts";
2424
export { default as shq } from "https://esm.sh/[email protected]";

0 commit comments

Comments
 (0)