diff --git a/website/package-lock.json b/website/package-lock.json index c0e030458b4..9a76c930d99 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -15,7 +15,7 @@ "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.9", "astro": "5.6.1", - "astro-better-image-service": "2.1.3", + "astro-better-image-service": "2.1.4", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", "lottie-web": "5.12.2", @@ -2788,12 +2788,12 @@ } }, "node_modules/astro-better-image-service": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/astro-better-image-service/-/astro-better-image-service-2.1.3.tgz", - "integrity": "sha512-UxK+RySTj5gcjh7MBB1QsaSyv+ild2doNCQdRXN/ShF3q2PQM8y+cGFhyJC9KACvPowlYm+Pp5hnEdvY/YiHRg==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/astro-better-image-service/-/astro-better-image-service-2.1.4.tgz", + "integrity": "sha512-2sqpWLWPI6EciseqQShq1779VjLKkPwc63C4uKrxpp2fT0LI3i7QngSuYG+6jtoz008Jx2CnArrqb0ras44GqA==", "license": "MIT", "dependencies": { - "sharp": "^0.34.0", + "sharp": "^0.34.1", "svgo": "^3.3.2" }, "peerDependencies": { diff --git a/website/package.json b/website/package.json index 8d2cc9f061a..109e95c8be8 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.3", + "astro-better-image-service": "2.1.4", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", "lottie-web": "5.12.2",