From fc9995051f27f015b01ce7e7e9117ecaae641cd2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 May 2022 07:45:43 +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-2848109 --- 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 7312f8a088e01..1d33c1cf81650 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -10,7 +10,7 @@ "@babel/runtime": "^7.11.2", "gatsby-core-utils": "^1.3.23", "semver": "^7.3.2", - "sharp": "^0.25.4" + "sharp": "^0.30.5" }, "devDependencies": { "@babel/cli": "^7.11.6",