unjs / ipx

🖼️ High performance, secure and easy-to-use image optimizer.
MIT License
1.21k stars 58 forks source link

fix: update sharp to `^0.32.6` (v1) #177

Closed ascorbic closed 9 months ago

ascorbic commented 9 months ago

Update sharp, because of https://github.com/lovell/sharp/issues/3798

I wonder if it should pin an exact version in future?

pi0 commented 9 months ago

Thanks for the PR. Since it is a semver range, any new installation with fresh lockfile installs latest sharp version so it should be safer in general but it also helps to manually bump all tree-up in such cases to make sure patches deliver faster 💯