diff --git a/tests/integration/up-to-date-deps/deps.ts b/tests/integration/up-to-date-deps/deps.ts index 96a705b..4e72ebc 100644 --- a/tests/integration/up-to-date-deps/deps.ts +++ b/tests/integration/up-to-date-deps/deps.ts @@ -4,7 +4,7 @@ import * as fs from "https://deno.land/std@0.86.0/fs/mod.ts"; // up to date import * as colors from "https://deno.land/std@0.86.0/fmt/colors.ts"; //up to date -import * as Cliffy from "https://x.nest.land/cliffy@0.17.0/mod.ts"; //up to date +import * as Cliffy from "https://x.nest.land/cliffy@0.17.2/mod.ts"; //up to date import * as log from "https://deno.land/std@0.86.0/log/mod.ts"; //up to date diff --git a/tests/integration/up-to-date-deps/original_deps.ts b/tests/integration/up-to-date-deps/original_deps.ts index 96a705b..4e72ebc 100644 --- a/tests/integration/up-to-date-deps/original_deps.ts +++ b/tests/integration/up-to-date-deps/original_deps.ts @@ -4,7 +4,7 @@ import * as fs from "https://deno.land/std@0.86.0/fs/mod.ts"; // up to date import * as colors from "https://deno.land/std@0.86.0/fmt/colors.ts"; //up to date -import * as Cliffy from "https://x.nest.land/cliffy@0.17.0/mod.ts"; //up to date +import * as Cliffy from "https://x.nest.land/cliffy@0.17.2/mod.ts"; //up to date import * as log from "https://deno.land/std@0.86.0/log/mod.ts"; //up to date