Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency https://deno.land/x/hono to v4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 25, 2024
1 parent a7dac41 commit 88db0b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "https://deno.land/[email protected]/dotenv/load.ts";
import { decode } from "https://deno.land/x/[email protected]/mod.ts";
import { logger } from "https://deno.land/x/[email protected].6/middleware.ts";
import { Hono } from "https://deno.land/x/[email protected].6/mod.ts";
import { logger } from "https://deno.land/x/[email protected].7/middleware.ts";
import { Hono } from "https://deno.land/x/[email protected].7/mod.ts";

const FILESTASH_URL = Deno.env.get("FILESTASH_URL")!;
const FILESTASH_API_KEY = Deno.env.get("FILESTASH_API_KEY")!;
Expand Down

0 comments on commit 88db0b4

Please sign in to comment.