Upgraded dependencies that include security patches. These are low risk for MAZANOKE to begin with, as everything runs locally on your device.
Improvements
- Security upgrades:
- Processing HEIC images relied on the
libheiflibrary, which addressed security issues across several releases. - Upgrade
heic-toto custom build that uses latestlibheif v1.23.4. (b0aeb0e, hoppergee/heic-to#33) - Upgrade
libheif-jstov1.23.2, which useslibheif v1.23.2.
- Processing HEIC images relied on the
- Upgrade dependencies:
utif.js,jszip.js - Remove import of
png2ico, which is no longer used. - Add OCI standard labels to Dockerfile (#51) by @Erwan-loot