summaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/bun.lock1
-rw-r--r--app/package.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/app/bun.lock b/app/bun.lock
index b8db79ba9..397965d20 100644
--- a/app/bun.lock
+++ b/app/bun.lock
@@ -36,6 +36,7 @@
},
},
"trustedDependencies": [
+ "sharp",
"esbuild",
],
"overrides": {
diff --git a/app/package.json b/app/package.json
index e27463924..6039a854e 100644
--- a/app/package.json
+++ b/app/package.json
@@ -32,6 +32,7 @@
},
"trustedDependencies": [
"esbuild",
- "protobufjs"
+ "protobufjs",
+ "sharp"
]
}