From 9c4b3fbf598da67491f605e653cf1b28eca0e192 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 May 2022 18:17:53 +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 b4803fa337987..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.26.3" + "sharp": "^0.30.5" }, "devDependencies": { "prettier": "2.0.5"