diff options
| author | Dax Raad <[email protected]> | 2025-05-27 14:36:23 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-27 14:36:23 -0400 |
| commit | 07f0fea4bf86044439e89673cdab408b231a81a3 (patch) | |
| tree | 3990572f09782ebbb0bba016f55293ad317fdd83 /app | |
| parent | 6a43afc4e79d671e4f622a5f005d2931a219e9d5 (diff) | |
| download | opencode-07f0fea4bf86044439e89673cdab408b231a81a3.tar.gz opencode-07f0fea4bf86044439e89673cdab408b231a81a3.zip | |
trust sharp
Diffstat (limited to 'app')
| -rw-r--r-- | app/bun.lock | 1 | ||||
| -rw-r--r-- | app/package.json | 3 |
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" ] } |
