diff --git a/deps.ts b/deps.ts index c7ea6bb..eacad93 100644 --- a/deps.ts +++ b/deps.ts @@ -3,7 +3,7 @@ import { Context, Router, } from 'https://deno.land/x/oak@v12.6.1/mod.ts'; -import { encode } from 'https://deno.land/std@0.204.0/encoding/base64.ts'; +import { encode } from 'https://deno.land/std@0.205.0/encoding/base64.ts'; import ky from 'https://cdn.skypack.dev/ky@0.31.0?dts'; const app = new Application({