From f46769c0b720e2205e6c265a38cc1f255e4e8689 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:12:14 +0000 Subject: [PATCH] chore(deps): update dependency https://deno.land/x/emit to v0.40.0 --- bundle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.ts b/bundle.ts index f31d7b4..6f49164 100644 --- a/bundle.ts +++ b/bundle.ts @@ -1,4 +1,4 @@ -import { bundle } from "https://deno.land/x/emit@0.38.2/mod.ts"; +import { bundle } from "https://deno.land/x/emit@0.40.0/mod.ts"; const bundleCode = async (file: string) => { const url = new URL(import.meta.resolve(file));