From d789353ea68261ca06f9feb839a3b0877239c7ff Mon Sep 17 00:00:00 2001 From: v1rtl Date: Mon, 8 May 2023 12:52:48 +0300 Subject: [PATCH] bump deps --- deps.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deps.ts b/deps.ts index ab71bd4..fd14fb9 100644 --- a/deps.ts +++ b/deps.ts @@ -7,8 +7,8 @@ export type { Output, Wrapper, } from 'https://deno.land/x/solc@2.1.5/types.ts' -export { createRequire } from 'https://deno.land/std@0.177.0/node/module.ts' +export { createRequire } from 'node:module' export { Command } from 'https://deno.land/x/cliffy@v0.25.7/command/command.ts' -export * as colors from 'https://deno.land/std@0.180.0/fmt/colors.ts' -export { ensureDir } from 'https://deno.land/std@0.180.0/fs/ensure_dir.ts' -export { walk } from 'https://deno.land/std@0.180.0/fs/walk.ts' +export * as colors from 'https://deno.land/std@0.186.0/fmt/colors.ts' +export { ensureDir } from 'https://deno.land/std@0.186.0/fs/ensure_dir.ts' +export { walk } from 'https://deno.land/std@0.186.0/fs/walk.ts'