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" ],