diff --git a/deps.ts b/deps.ts index 7bc3e8d..ebfa0da 100644 --- a/deps.ts +++ b/deps.ts @@ -1,6 +1,6 @@ -export * as yaml from "https://deno.land/std@0.157.0/encoding/yaml.ts#^"; -export * as path from "https://deno.land/std@0.157.0/path/mod.ts#^"; -export * as flags from "https://deno.land/std@0.157.0/flags/mod.ts#^"; -import { deepMerge } from "https://deno.land/std@0.157.0/collections/deep_merge.ts#^"; +export * as yaml from "https://deno.land/std@0.158.0/encoding/yaml.ts#^"; +export * as path from "https://deno.land/std@0.158.0/path/mod.ts#^"; +export * as flags from "https://deno.land/std@0.158.0/flags/mod.ts#^"; +import { deepMerge } from "https://deno.land/std@0.158.0/collections/deep_merge.ts#^"; export const collections = { deepMerge }; diff --git a/dev_deps.ts b/dev_deps.ts index 13b1a55..70ecdcf 100644 --- a/dev_deps.ts +++ b/dev_deps.ts @@ -1 +1 @@ -export * as asserts from "https://deno.land/std@0.157.0/testing/asserts.ts#^"; +export * as asserts from "https://deno.land/std@0.158.0/testing/asserts.ts#^";