From 3657145e145e8d8c63a649895248bf3eff6a93ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 05:06:25 +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-PHIN-6598077 --- benchmarks/source-strapi/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/source-strapi/package.json b/benchmarks/source-strapi/package.json index 866791c28bca8..31b7922c32742 100644 --- a/benchmarks/source-strapi/package.json +++ b/benchmarks/source-strapi/package.json @@ -6,10 +6,10 @@ "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": "^3.15.0", "gatsby-source-filesystem": "^2.3.23", "gatsby-source-strapi": "^0.0.12", - "gatsby-transformer-sharp": "^2.5.12", + "gatsby-transformer-sharp": "^3.15.0", "node-fetch": "^2.6.0", "prop-types": "^15.7.2", "react": "^16.12.0",