diff --git a/packages/integrations/image/test/fixtures/with-mdx/package.json b/packages/integrations/image/test/fixtures/with-mdx/package.json index 91de3430f21b..fac842abdea5 100644 --- a/packages/integrations/image/test/fixtures/with-mdx/package.json +++ b/packages/integrations/image/test/fixtures/with-mdx/package.json @@ -7,6 +7,6 @@ "@astrojs/mdx": "workspace:*", "@astrojs/node": "workspace:*", "astro": "workspace:*", - "sharp": "^0.31.0" + "sharp": "^0.32.6" } }