From e0a33c8a00df5342dcb5b16c65a40e1c8f770706 Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Wed, 28 Aug 2024 13:17:17 -0400 Subject: [PATCH] Update deps.ts --- src/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deps.ts b/src/deps.ts index 9827357..a5b7459 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -6,5 +6,5 @@ export type { JSONValue } from "https://deno.land/std@0.149.0/encoding/jsonc.ts" export { deepMerge } from "https://deno.land/std@0.134.0/collections/deep_merge.ts"; export { getProtocolInterface } from "https://deno.land/x/deno_slack_protocols@0.0.2/mod.ts"; export type { Protocol } from "https://deno.land/x/deno_slack_protocols@0.0.2/types.ts"; -export * as esbuild from "npm:esbuild@0.20.2"; +export * as esbuild from "npm:esbuild@0.23.1"; export { denoPlugins } from "jsr:@luca/esbuild-deno-loader@0.10.3";