From 64474957a0661eacd7620e84bd9991cfa88a6fec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:46:00 +0000 Subject: [PATCH 1/2] Update dependency libavif to v1.4.2 --- .github/dependencies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependencies.json b/.github/dependencies.json index 85db4ca0de3..504fb65409a 100644 --- a/.github/dependencies.json +++ b/.github/dependencies.json @@ -6,7 +6,7 @@ "harfbuzz": "14.2.0", "jpegturbo": "3.1.4.1", "lcms2": "2.19", - "libavif": "1.4.1", + "libavif": "1.4.2", "libimagequant": "4.4.1", "libpng": "1.6.58", "libwebp": "1.6.0", From 171dfc289747835c7f516a4d31fa22c8a043f752 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 3 Jun 2026 14:53:15 +1000 Subject: [PATCH 2/2] Update libavif to 1.4.2 in depends --- depends/install_libavif.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depends/install_libavif.sh b/depends/install_libavif.sh index 2c5687391a9..b1a337d7b98 100755 --- a/depends/install_libavif.sh +++ b/depends/install_libavif.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -eo pipefail -version=1.4.1 +version=1.4.2 if [[ "$GHA_LIBAVIF_CACHE_HIT" == "true" ]]; then