From 2009a600d609e52b780a7e0ddb2b0f53f7102842 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 4 Apr 2025 20:19:32 +0200 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20astro-better-image-ser?= =?UTF-8?q?vice=202.1.2=20=E2=86=92=202.1.3=20(#33947)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astro-better-image-service](https://redirect.github.com/risu729/astro-better-image-service) | dependencies | patch | [`2.1.2` -> `2.1.3`](https://renovatebot.com/diffs/npm/astro-better-image-service/2.1.2/2.1.3) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
risu729/astro-better-image-service (astro-better-image-service) ### [`v2.1.3`](https://redirect.github.com/risu729/astro-better-image-service/releases/tag/v2.1.3) [Compare Source](https://redirect.github.com/risu729/astro-better-image-service/compare/v2.1.2...v2.1.3) ##### Bug Fixes - **deps:** update dependency sharp to ^0.34.0 ([#​1284](https://redirect.github.com/risu729/astro-better-image-service/issues/1284)) ([d4787c7](https://redirect.github.com/risu729/astro-better-image-service/commit/d4787c7954577e4a4b271a86e76a79493ccf5457))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index 5fec11fd6bc..d12c0409624 100644 --- a/website/package.json +++ b/website/package.json @@ -24,7 +24,7 @@ "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.9", "astro": "5.6.1", - "astro-better-image-service": "2.1.2", + "astro-better-image-service": "2.1.3", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", "lottie-web": "5.12.2",