From fae448b3a6cfb0b6e5114aece11df742b1d59123 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 22 Sep 2025 17:56:43 +0200 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20astro-better-image-ser?= =?UTF-8?q?vice=202.1.8=20=E2=86=92=202.1.9=20(#39881)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/package-lock.json | 10 +++++----- website/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index ae2a89ad7cf..8e9ef2e28b5 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -15,7 +15,7 @@ "@astrojs/tailwind": "6.0.2", "@playform/compress": "0.2.0", "astro": "5.13.10", - "astro-better-image-service": "2.1.8", + "astro-better-image-service": "2.1.9", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", "lottie-web": "5.13.0", @@ -3061,12 +3061,12 @@ } }, "node_modules/astro-better-image-service": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/astro-better-image-service/-/astro-better-image-service-2.1.8.tgz", - "integrity": "sha512-U07h/EGGvMm/RuEPbS5KfQ8OVYYEklfVmlVsPCl/njETeXtxrt8JQCEb/vl42MJCUfLwENdm3rEHI+FPTO52jQ==", + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/astro-better-image-service/-/astro-better-image-service-2.1.9.tgz", + "integrity": "sha512-nBANCulK8uZxgu4pFyZnh30CIzzLN64UtYqCF5o/F1EbPcZ9Vx4DjrORtCpaOmtve5/sSZD9hKyD3ARLQ+Ew7w==", "license": "MIT", "dependencies": { - "sharp": "^0.34.3", + "sharp": "^0.34.4", "svgo": "^4.0.0" }, "peerDependencies": { diff --git a/website/package.json b/website/package.json index d3054c5726d..d16090a8689 100644 --- a/website/package.json +++ b/website/package.json @@ -24,7 +24,7 @@ "@astrojs/tailwind": "6.0.2", "@playform/compress": "0.2.0", "astro": "5.13.10", - "astro-better-image-service": "2.1.8", + "astro-better-image-service": "2.1.9", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", "lottie-web": "5.13.0",