From 71227e1aabe18d9e3d7857c22faed9eb730b7180 Mon Sep 17 00:00:00 2001 From: skanehira Date: Fri, 9 Feb 2024 00:16:59 +0000 Subject: [PATCH] :package: Update Deno dependencies Update dependencies by udd: /home/runner/work/deno-clippy/deno-clippy/deps.ts [1/3] Looking for releases: https://deno.land/std@0.210.0/encoding/base64.ts [1/3] Attempting update: https://deno.land/std@0.210.0/encoding/base64.ts -> 0.215.0 [1/3] Update successful: https://deno.land/std@0.210.0/encoding/base64.ts -> 0.215.0 [2/3] Looking for releases: https://deno.land/std@0.210.0/path/mod.ts [2/3] Attempting update: https://deno.land/std@0.210.0/path/mod.ts -> 0.215.0 [2/3] Update successful: https://deno.land/std@0.210.0/path/mod.ts -> 0.215.0 [3/3] Looking for releases: https://deno.land/std@0.210.0/streams/mod.ts [3/3] Attempting update: https://deno.land/std@0.210.0/streams/mod.ts -> 0.215.0 [3/3] Update successful: https://deno.land/std@0.210.0/streams/mod.ts -> 0.215.0 Successfully updated: https://deno.land/std@0.210.0/encoding/base64.ts 0.210.0 -> 0.215.0 https://deno.land/std@0.210.0/path/mod.ts 0.210.0 -> 0.215.0 https://deno.land/std@0.210.0/streams/mod.ts 0.210.0 -> 0.215.0 --- deps.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps.ts b/deps.ts index 102a338..36ccb73 100644 --- a/deps.ts +++ b/deps.ts @@ -1,3 +1,3 @@ -export * as base64 from "https://deno.land/std@0.210.0/encoding/base64.ts"; -export * as path from "https://deno.land/std@0.210.0/path/mod.ts"; -export { toText } from "https://deno.land/std@0.210.0/streams/mod.ts"; +export * as base64 from "https://deno.land/std@0.215.0/encoding/base64.ts"; +export * as path from "https://deno.land/std@0.215.0/path/mod.ts"; +export { toText } from "https://deno.land/std@0.215.0/streams/mod.ts";