From 9f6bbb112ec0c88b4134a7948bd6dde410486a06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 22:07:48 +0000 Subject: [PATCH] chore(deps): update dependency https://deno.land/x/emit to v0.33.0 --- bundle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.ts b/bundle.ts index 216ec12..c180177 100644 --- a/bundle.ts +++ b/bundle.ts @@ -1,4 +1,4 @@ -import { bundle } from "https://deno.land/x/emit@0.32.0/mod.ts"; +import { bundle } from "https://deno.land/x/emit@0.33.0/mod.ts"; const bundleCode = async (file: string) => { const url = new URL(import.meta.resolve(file));