gemini-testing / looks-same

Node.js library for comparing images
MIT License
660 stars 55 forks source link

fix: update sharp to fix CVE-2023-4863 #99

Closed DudaGod closed 10 months ago

DudaGod commented 10 months ago

Update sharp in order to fix - https://www.cve.org/CVERecord?id=CVE-2023-4863

Sharp from 0.31.0 support only node@14.15.0 and higher, but looks-same support 12.0.0 and higher. So it is a major changes.

Move to node@18.0.0 because node@16 end of life - https://github.com/nodejs/release#release-schedule.