From 770e47c625889ffd0abe33fb0c36d7cd20732a61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jun 2022 00:59:29 +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-ANSIREGEX-1583908 --- 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",