From 96ed0a149ad6d59df3b8048f29fd29ce8c40dcfe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 21:09:38 +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-AXIOS-6144788 --- benchmarks/source-contentful/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmarks/source-contentful/package.json b/benchmarks/source-contentful/package.json index 3402ef99f17ec..4ad06bee21f8f 100644 --- a/benchmarks/source-contentful/package.json +++ b/benchmarks/source-contentful/package.json @@ -17,13 +17,13 @@ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "dependencies": { - "contentful-management": "^5.14.0", + "contentful-management": "^10.40.0", "dotenv": "^8.2.0", - "gatsby": "^2.19.7", + "gatsby": "^4.0.0", "gatsby-image": "^2.2.40", "gatsby-plugin-sharp": "^2.4.5", - "gatsby-source-contentful": "^2.1.88", - "gatsby-source-drupal": "^3.3.18", + "gatsby-source-contentful": "^7.18.0", + "gatsby-source-drupal": "^4.8.0", "gatsby-source-filesystem": "^2.1.48", "gatsby-transformer-sharp": "^2.3.14", "react": "^16.12.0",