From 278b0a1aa9407a688ec57e46a53ada240df52343 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Sep 2023 14:43:10 +0000 Subject: [PATCH] fix: packages/gatsby-plugin-manifest/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHARP-5922108 --- packages/gatsby-plugin-manifest/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index 7984657f81172..5bf29e7570b54 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.0.0", "bluebird": "^3.5.0", - "sharp": "^0.21.0" + "sharp": "^0.32.6" }, "devDependencies": { "@babel/cli": "^7.0.0",