Skip to content

Commit

Permalink
chore(deps): update deno dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jun 26, 2022
1 parent f666f5d commit 179135f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
ServeDirOptions,
serveFile,
ServeFileOptions,
} from "https://deno.land/std@0.141.0/http/file_server.ts";
} from "https://deno.land/std@0.145.0/http/file_server.ts";
import { contentType } from "https://deno.land/std@0.145.0/media_types/mod.ts";
import type { Context } from "https://deno.land/x/oak@v10.6.0/mod.ts";
import { convertBodyToBodyInit } from "https://deno.land/x/oak@v10.6.0/response.ts";
Expand Down

0 comments on commit 179135f

Please sign in to comment.