From 4a7ae06bd2ef851b0523055188533bed933c0547 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Mar 2024 12:16:52 +0000 Subject: [PATCH] fix: packages/gatsby-recipes/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 --- packages/gatsby-recipes/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index a6ce6bbbf4854..26d98feaa0ce6 100644 --- a/packages/gatsby-recipes/package.json +++ b/packages/gatsby-recipes/package.json @@ -31,7 +31,7 @@ "better-queue": "^3.8.10", "chokidar": "^3.4.2", "concurrently": "^5.0.0", - "contentful-management": "^5.26.3", + "contentful-management": "^6.3.1", "cors": "^2.8.5", "cross-fetch": "^3.0.6", "debug": "^4.1.1",