From 1e1f83c95688b37246e401ee80a99bd52a0db8be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 May 2022 18:31:06 +0000 Subject: [PATCH] fix: benchmarks/source-strapi/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHARP-2848109 --- benchmarks/source-strapi/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/source-strapi/package.json b/benchmarks/source-strapi/package.json index 866791c28bca8..4411d7df813d0 100644 --- a/benchmarks/source-strapi/package.json +++ b/benchmarks/source-strapi/package.json @@ -6,15 +6,15 @@ "gatsby": "^2.24.27", "gatsby-image": "^2.4.5", "gatsby-plugin-benchmark-reporting": "^0.2.14", - "gatsby-plugin-sharp": "^2.6.24", + "gatsby-plugin-sharp": "^4.8.0", "gatsby-source-filesystem": "^2.3.23", "gatsby-source-strapi": "^0.0.12", - "gatsby-transformer-sharp": "^2.5.12", + "gatsby-transformer-sharp": "^4.8.0", "node-fetch": "^2.6.0", "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0", - "sharp": "^0.25.4" + "sharp": "^0.30.5" }, "devDependencies": { "prettier": "2.0.5"