From f3207c41e0635527887a389f220aa8f75ddd46fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 20:03:41 +0000 Subject: [PATCH] fix: benchmarks/source-flotiq/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- benchmarks/source-flotiq/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/source-flotiq/package.json b/benchmarks/source-flotiq/package.json index 548b5c4b0b1bf..327508fa9117a 100644 --- a/benchmarks/source-flotiq/package.json +++ b/benchmarks/source-flotiq/package.json @@ -16,13 +16,13 @@ "dependencies": { "dotenv": "^8.2.0", "faker": "^5.0.0", - "gatsby": "^2.24.10", + "gatsby": "^5.0.0", "gatsby-image": "^2.2.40", "gatsby-plugin-benchmark-reporting": "*", - "gatsby-plugin-sharp": "^2.6.21", + "gatsby-plugin-sharp": "^3.13.0", "gatsby-source-filesystem": "^2.3.22", "gatsby-source-flotiq": "*", - "gatsby-transformer-sharp": "^2.3.14", + "gatsby-transformer-sharp": "^3.13.0", "lodash.kebabcase": "^4.1.1", "react": "^16.12.0", "react-dom": "^16.12.0"