From f739e1a9588a899dae919da888ceaa3b7b0e8855 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sun, 3 Aug 2025 03:37:53 -0400 Subject: [PATCH] ci: ignore --- bun.lock | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/bun.lock b/bun.lock index d28e6168..ee246988 100644 --- a/bun.lock +++ b/bun.lock @@ -130,6 +130,7 @@ }, "trustedDependencies": [ "sharp", + "esbuild", ], "catalog": { "@tsconfig/node22": "22.0.2", diff --git a/package.json b/package.json index 499e1e26..0c89b4f1 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "printWidth": 120 }, "trustedDependencies": [ + "esbuild", "protobufjs", "sharp" ],