chore(deps): bump sharp to 0.34.3 (#21596)

* bump sharp to 0.34.3

* set unlimited
This commit is contained in:
Mert 2025-09-04 14:23:13 -04:00 committed by GitHub
parent 6e7c2817a3
commit 53825cc3d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 241 additions and 191 deletions

View file

@ -141,6 +141,7 @@ export class MediaRepository {
failOn: options.processInvalidImages ? 'none' : 'error',
limitInputPixels: false,
raw: options.raw,
unlimited: true,
})
.pipelineColorspace(options.colorspace === Colorspace.Srgb ? 'srgb' : 'rgb16')
.withIccProfile(options.colorspace);