diff --git a/deps.ts b/deps.ts index 2f07b2f..51ca206 100644 --- a/deps.ts +++ b/deps.ts @@ -2,7 +2,7 @@ import { Application, Context, Router, -} from 'https://deno.land/x/oak@v17.1.2/mod.ts'; +} from 'https://deno.land/x/oak@v17.1.3/mod.ts'; import { encodeBase64 } from 'https://deno.land/std@0.224.0/encoding/base64.ts'; import ky from 'https://cdn.skypack.dev/ky@0.31.0?dts';