Browse Source

trust sharp

Dax Raad 9 months ago
parent
commit
07f0fea4bf
2 changed files with 3 additions and 1 deletions
  1. 1 0
      app/bun.lock
  2. 2 1
      app/package.json

+ 1 - 0
app/bun.lock

@@ -36,6 +36,7 @@
     },
     },
   },
   },
   "trustedDependencies": [
   "trustedDependencies": [
+    "sharp",
     "esbuild",
     "esbuild",
   ],
   ],
   "overrides": {
   "overrides": {

+ 2 - 1
app/package.json

@@ -32,6 +32,7 @@
   },
   },
   "trustedDependencies": [
   "trustedDependencies": [
     "esbuild",
     "esbuild",
-    "protobufjs"
+    "protobufjs",
+    "sharp"
   ]
   ]
 }
 }