fix: add sharp to trusted dependencies

This commit is contained in:
log101 2024-02-21 13:09:26 +03:00
parent 411ad2a9ec
commit 731775008e
2 changed files with 4 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -43,5 +43,8 @@
"devDependencies": { "devDependencies": {
"@types/bun": "^1.0.5", "@types/bun": "^1.0.5",
"@types/google.maps": "^3.54.10" "@types/google.maps": "^3.54.10"
} },
"trustedDependencies": [
"sharp"
]
} }