From f2b2f65f02a62d9fc48ef36ccf8d0907e943ed6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jun 2023 23:13:23 +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-SEMVER-3247795 --- 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 b4803fa337987..64c77f656f919 100644 --- a/benchmarks/source-strapi/package.json +++ b/benchmarks/source-strapi/package.json @@ -3,10 +3,10 @@ "private": true, "version": "0.1.0", "dependencies": { - "gatsby": "^2.24.27", + "gatsby": "^5.0.0", "gatsby-image": "^2.4.5", "gatsby-plugin-benchmark-reporting": "^0.2.14", - "gatsby-plugin-sharp": "^2.6.24", + "gatsby-plugin-sharp": "^3.13.0", "gatsby-source-filesystem": "^2.3.23", "gatsby-source-strapi": "^0.0.12", "gatsby-transformer-sharp": "^2.5.12",