Skip to content

Commit

Permalink
📦 Update Deno dependencies
Browse files Browse the repository at this point in the history
Update dependencies by udd:

/home/runner/work/deno-clippy/deno-clippy/deps.ts
[1/3] Looking for releases: https://deno.land/[email protected]/encoding/base64.ts
[1/3] Attempting update: https://deno.land/[email protected]/encoding/base64.ts -> 0.215.0
[1/3] Update successful: https://deno.land/[email protected]/encoding/base64.ts -> 0.215.0
[2/3] Looking for releases: https://deno.land/[email protected]/path/mod.ts
[2/3] Attempting update: https://deno.land/[email protected]/path/mod.ts -> 0.215.0
[2/3] Update successful: https://deno.land/[email protected]/path/mod.ts -> 0.215.0
[3/3] Looking for releases: https://deno.land/[email protected]/streams/mod.ts
[3/3] Attempting update: https://deno.land/[email protected]/streams/mod.ts -> 0.215.0
[3/3] Update successful: https://deno.land/[email protected]/streams/mod.ts -> 0.215.0

Successfully updated:
https://deno.land/[email protected]/encoding/base64.ts 0.210.0 -> 0.215.0
https://deno.land/[email protected]/path/mod.ts 0.210.0 -> 0.215.0
https://deno.land/[email protected]/streams/mod.ts 0.210.0 -> 0.215.0
  • Loading branch information
skanehira committed Feb 9, 2024
1 parent 6a7fccc commit 71227e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -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";

0 comments on commit 71227e1

Please sign in to comment.