From 354e27171c6062e781849412054a6cda8ea31637 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 16:53:45 +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-SIMPLEGET-2361683 --- 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..12fe23819ec83 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.29.3" }, "devDependencies": { "babel-cli": "^6.26.0",