From 7f1d6a86b8f963be17bebee32411c941ceda0f4e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jan 2024 00:37:47 +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-6141137 --- 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",