diff --git a/deps.ts b/deps.ts index 2f3d457..31a0d09 100644 --- a/deps.ts +++ b/deps.ts @@ -1,6 +1,6 @@ -export * as yaml from "https://deno.land/std@0.175.0/encoding/yaml.ts#^"; -export * as path from "https://deno.land/std@0.175.0/path/mod.ts#^"; -export * as flags from "https://deno.land/std@0.175.0/flags/mod.ts#^"; -import { deepMerge } from "https://deno.land/std@0.175.0/collections/deep_merge.ts#^"; +export * as yaml from "https://deno.land/std@0.176.0/encoding/yaml.ts#^"; +export * as path from "https://deno.land/std@0.176.0/path/mod.ts#^"; +export * as flags from "https://deno.land/std@0.176.0/flags/mod.ts#^"; +import { deepMerge } from "https://deno.land/std@0.176.0/collections/deep_merge.ts#^"; export const collections = { deepMerge }; diff --git a/dev_deps.ts b/dev_deps.ts index b652226..0f297c0 100644 --- a/dev_deps.ts +++ b/dev_deps.ts @@ -1 +1 @@ -export * as asserts from "https://deno.land/std@0.175.0/testing/asserts.ts#^"; +export * as asserts from "https://deno.land/std@0.176.0/testing/asserts.ts#^";