Skip to content

Commit 41cba7e

Browse files
committed
Bump most versions
1 parent 9236609 commit 41cba7e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/example_deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export { serve } from "https://deno.land/std@0.117.0/http/server.ts";
2-
export { create, verify } from "https://deno.land/x/djwt@v2.4/mod.ts";
2+
export { create, verify } from "https://deno.land/x/djwt@v2.7/mod.ts";

server/deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export { verify } from "https://deno.land/x/djwt@v2.4/mod.ts";
1+
export { verify } from "https://deno.land/x/djwt@v2.7/mod.ts";
22

3-
export type { Payload } from "https://deno.land/x/djwt@v2.4/mod.ts";
3+
export type { Payload } from "https://deno.land/x/djwt@v2.7/mod.ts";

tests/test_deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ export {
44
assertThrows,
55
assertThrowsAsync,
66
} from "https://deno.land/std@0.109.0/testing/asserts.ts";
7-
export { create } from "https://deno.land/x/djwt@v2.4/mod.ts";
7+
export { create } from "https://deno.land/x/djwt@v2.7/mod.ts";
88

9-
export type { Payload } from "https://deno.land/x/djwt@v2.4/mod.ts";
9+
export type { Payload } from "https://deno.land/x/djwt@v2.7/mod.ts";

0 commit comments

Comments
 (0)