summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bun.lock1
-rw-r--r--package.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/bun.lock b/bun.lock
index d28e61683..ee2469880 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 499e1e26f..0c89b4f1f 100644
--- a/package.json
+++ b/package.json
@@ -39,6 +39,7 @@
"printWidth": 120
},
"trustedDependencies": [
+ "esbuild",
"protobufjs",
"sharp"
],