Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
⬆️ Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Schotsl committed Nov 8, 2022
1 parent 61122bd commit fc12c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion middleware.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { red } from "https://deno.land/std@0.162.0/fmt/colors.ts";
import { red } from "https://deno.land/std@0.163.0/fmt/colors.ts";
import {
Request,
Response,
Expand Down
2 changes: 1 addition & 1 deletion test/validation/helper.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertThrows } from "https://deno.land/std@0.162.0/testing/asserts.ts";
import { assertThrows } from "https://deno.land/std@0.163.0/testing/asserts.ts";

export function validationTester(
valid: unknown[],
Expand Down

0 comments on commit fc12c61

Please sign in to comment.