From c5ffce2591788837b38e2919ccd9dbd8984b2c3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Sep 2023 22:22:28 +0000 Subject: [PATCH] fix: packages/integrations/image/test/fixtures/with-mdx/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHARP-5922108 --- packages/integrations/image/test/fixtures/with-mdx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }