From ba84cbf184460177bcbdab3bb974c20d3d882e99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 04:44:32 +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-1038255 --- benchmarks/source-contentful/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/source-contentful/package.json b/benchmarks/source-contentful/package.json index 601c44c1e562f..3c6ead3bc26cd 100644 --- a/benchmarks/source-contentful/package.json +++ b/benchmarks/source-contentful/package.json @@ -18,14 +18,14 @@ }, "dependencies": { "chalk": "^2.4.2", - "contentful-management": "^5.14.0", + "contentful-management": "^6.3.1", "cross-env": "^7.0.0", "dotenv": "^8.2.0", "gatsby": "^2.19.7", "gatsby-plugin-benchmark-reporting": "*", "gatsby-image": "^2.2.40", "gatsby-plugin-sharp": "^2.4.5", - "gatsby-source-contentful": "^2.1.88", + "gatsby-source-contentful": "^3.0.4", "gatsby-source-drupal": "^3.3.18", "gatsby-source-filesystem": "^2.1.48", "gatsby-transformer-sharp": "^2.3.14",