From f7267cbcc8896d0998ad107fd89edaff0c4c7250 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 27 Dec 2024 22:25:38 +0100 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20astro-integration-lott?= =?UTF-8?q?ie=200.3.1=20=E2=86=92=200.3.2=20(#30161)?= 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-integration-lottie](https://redirect.github.com/giuseppelt/astro-lottie) | dependencies | patch | [`0.3.1` -> `0.3.2`](https://renovatebot.com/diffs/npm/astro-integration-lottie/0.3.1/0.3.2) | --- > [!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
giuseppelt/astro-lottie (astro-integration-lottie) ### [`v0.3.2`](https://redirect.github.com/giuseppelt/astro-lottie/blob/HEAD/CHANGELOG.md#032-Patch-release) [Compare Source](https://redirect.github.com/giuseppelt/astro-lottie/compare/v0.3.1...v0.3.2) fix: add main field in package.json ([#​15](https://redirect.github.com/giuseppelt/astro-lottie/issues/15))
--- ### 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-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 65df7ab5b77..4a247b4ee89 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -16,7 +16,7 @@ "@playform/compress": "0.1.1", "astro": "4.16.18", "astro-better-image-service": "2.0.37", - "astro-integration-lottie": "0.3.1", + "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", "lottie-web": "5.12.2", "prettier": "3.3.3", @@ -3185,9 +3185,9 @@ } }, "node_modules/astro-integration-lottie": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/astro-integration-lottie/-/astro-integration-lottie-0.3.1.tgz", - "integrity": "sha512-zmmVVlsDfvyA/4qAg+l6zrUB/4U99oS4SuVc/zuW1vYZ4pHjjYhW8JYwmCItT+AmE4l6mAkN/TvdXUQ92o4TSQ==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/astro-integration-lottie/-/astro-integration-lottie-0.3.2.tgz", + "integrity": "sha512-YPE5XjWNbu+kKTlNm4+buvL6oZDwaECiS4Mo4m3kZnykZjHOJPNoStsIN2wLgJmryRUqPZxeKiIA+tIrT6HD1Q==", "license": "MIT", "peerDependencies": { "lottie-web": "^5.10.0" diff --git a/website/package.json b/website/package.json index 40afb1c549d..776d5cac94a 100644 --- a/website/package.json +++ b/website/package.json @@ -25,7 +25,7 @@ "@playform/compress": "0.1.1", "astro": "4.16.18", "astro-better-image-service": "2.0.37", - "astro-integration-lottie": "0.3.1", + "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", "lottie-web": "5.12.2", "prettier": "3.3.3",