From 2af17522a9e55f742f79222de00e3ddad7081c96 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 28 Mar 2024 17:11:06 +0000 Subject: [PATCH] Update dependencies --- deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.ts b/deps.ts index ee82dfd..73aa9d6 100644 --- a/deps.ts +++ b/deps.ts @@ -3,7 +3,7 @@ import { Context, Router, } from 'https://deno.land/x/oak@14.2.0/mod.ts'; -import { encodeBase64 } from 'https://deno.land/std@0.220.1/encoding/base64.ts'; +import { encodeBase64 } from 'https://deno.land/std@0.221.0/encoding/base64.ts'; import ky from 'https://cdn.skypack.dev/ky@0.31.0?dts'; const app = new Application({