diff --git a/website/package-lock.json b/website/package-lock.json index 2ca65452892..c63ed08ee0b 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -16,7 +16,7 @@ "@playform/compress": "0.1.1", "astro": "4.16.1", "astro-better-image-service": "2.0.29", - "astro-integration-lottie": "0.3.0", + "astro-integration-lottie": "0.3.1", "astro-robots-txt": "1.0.0", "lottie-web": "5.12.2", "prettier": "3.3.3", @@ -3415,9 +3415,9 @@ } }, "node_modules/astro-integration-lottie": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/astro-integration-lottie/-/astro-integration-lottie-0.3.0.tgz", - "integrity": "sha512-qSsdvwBVMSKEb/KshVYLNgkjX6i/lJul8whSXw4O4DPq7Et39Tb94CqtAgphwd/QOLbnL4Sknq4Z2y6kosgg9w==", + "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==", "license": "MIT", "peerDependencies": { "lottie-web": "^5.10.0" diff --git a/website/package.json b/website/package.json index bbab69afb0d..00af86b763d 100644 --- a/website/package.json +++ b/website/package.json @@ -25,7 +25,7 @@ "@playform/compress": "0.1.1", "astro": "4.16.1", "astro-better-image-service": "2.0.29", - "astro-integration-lottie": "0.3.0", + "astro-integration-lottie": "0.3.1", "astro-robots-txt": "1.0.0", "lottie-web": "5.12.2", "prettier": "3.3.3",