From 3076867a916434621104b2b603502c7d0b3ac944 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 21:13:20 +0000 Subject: [PATCH] fix: benchmarks/source-contentful/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- benchmarks/source-contentful/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/source-contentful/package.json b/benchmarks/source-contentful/package.json index 76872d4fb03d2..4c4eafa11f0df 100644 --- a/benchmarks/source-contentful/package.json +++ b/benchmarks/source-contentful/package.json @@ -21,11 +21,11 @@ "contentful-management": "^5.14.0", "cross-env": "^7.0.0", "dotenv": "^8.2.0", - "gatsby": "^2.19.7", + "gatsby": "^4.22.0", "gatsby-image": "^2.2.40", "gatsby-plugin-benchmark-reporting": "*", - "gatsby-plugin-sharp": "^2.4.5", - "gatsby-source-contentful": "^4.2.0", + "gatsby-plugin-sharp": "^3.13.0", + "gatsby-source-contentful": "^5.3.0", "gatsby-source-drupal": "^3.3.18", "gatsby-source-filesystem": "^2.1.48", "gatsby-transformer-sharp": "^2.3.14",