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",