Skip to content

Commit 66a9061

Browse files
committed
upgrade oak to 7.7.0
1 parent e2324fa commit 66a9061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export type { Algorithm } from "https://deno.land/x/djwt@v2.2/algorithm.ts";
1010
export type {
1111
Middleware,
1212
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";
13+
} from "https://deno.land/x/oak@v7.7.0/mod.ts";
14+
export { Context } from "https://deno.land/x/oak@v7.7.0/mod.ts";
1515

1616
export { Sha1 } from "https://deno.land/std@0.82.0/hash/sha1.ts";
1717
export { decode } from "https://deno.land/std@0.82.0/encoding/base64.ts";

0 commit comments

Comments
 (0)