From d970dd73f9853345a5483b675ddd82476a3b3eac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 20:02:25 +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-TAR-6476909 --- 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 f5108f693667f..21af217598818 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -9,7 +9,7 @@ "dependencies": { "babel-runtime": "^6.26.0", "bluebird": "^3.5.0", - "sharp": "^0.20.1" + "sharp": "^0.24.1" }, "devDependencies": { "babel-cli": "^6.26.0",