From 351610f99f5ab8ed48084ae830d53c1fd19f3d95 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Dec 2023 04:07:56 +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-AXIOS-6124857 --- 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..38b40be594778 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": "^10.40.0", "cors": "^2.8.5", "cross-fetch": "^3.0.6", "debug": "^4.1.1",