fix(deps): update sharp to ^0.35.3 (#29132)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-08-19 15:49:10 -04:00 committed by GitHub
parent 7cd0a7d30c
commit bd2cbb751b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 174 additions and 145 deletions

View file

@ -187,6 +187,7 @@ export class MediaRepository {
let pipeline = sharp(input, {
// some invalid images can still be processed by sharp, but we want to fail on them by default to avoid crashes
failOn: options.processInvalidImages ? 'none' : 'error',
limitInputChannels: false,
limitInputPixels: false,
raw: options.raw,
unlimited: true,