From 73989a222833838b1f99a31fa868f6a5e0bc9028 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Dec 2023 00:27:51 +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-6124857 --- benchmarks/source-contentful/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/source-contentful/package.json b/benchmarks/source-contentful/package.json index 3402ef99f17ec..1df4866803f7c 100644 --- a/benchmarks/source-contentful/package.json +++ b/benchmarks/source-contentful/package.json @@ -17,7 +17,7 @@ "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-image": "^2.2.40",