We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2324fa commit 66a9061Copy full SHA for 66a9061
deps.ts
@@ -10,8 +10,8 @@ export type { Algorithm } from "https://deno.land/x/djwt@v2.2/algorithm.ts";
10
export type {
11
Middleware,
12
RouterMiddleware,
13
-} from "https://deno.land/x/oak@v7.4.0/mod.ts";
14
-export { Context } from "https://deno.land/x/oak@v7.4.0/mod.ts";
+} from "https://deno.land/x/oak@v7.7.0/mod.ts";
+export { Context } from "https://deno.land/x/oak@v7.7.0/mod.ts";
15
16
export { Sha1 } from "https://deno.land/std@0.82.0/hash/sha1.ts";
17
export { decode } from "https://deno.land/std@0.82.0/encoding/base64.ts";
0 commit comments