diff --git a/website/package-lock.json b/website/package-lock.json index ef33cb41e2c..405c8b2fba9 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.9.1", - "astro-better-image-service": "2.1.5", + "astro-better-image-service": "2.1.6", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", "lottie-web": "5.13.0", @@ -2949,12 +2949,12 @@ } }, "node_modules/astro-better-image-service": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/astro-better-image-service/-/astro-better-image-service-2.1.5.tgz", - "integrity": "sha512-Zpgy7Xay/Y40TJBvnQzsau0fUNAicxlhoInI+k9/m765Oq3GO5itizgl7ThcV+sUh/AI0dRSdmu1A8To8RR5EQ==", + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/astro-better-image-service/-/astro-better-image-service-2.1.6.tgz", + "integrity": "sha512-kM2fUsVMeM2du88OecmRTbgK2mPjanFxTQY+PdiaavEEyu9Zj7tJcThh8qrmCV3PsLFoK7M18uBdftGsghQq+A==", "license": "MIT", "dependencies": { - "sharp": "^0.34.1", + "sharp": "^0.34.2", "svgo": "^3.3.2" }, "peerDependencies": { diff --git a/website/package.json b/website/package.json index e2fdc55cacd..403d762898e 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.9.1", - "astro-better-image-service": "2.1.5", + "astro-better-image-service": "2.1.6", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", "lottie-web": "5.13.0",