From 8d6520abb29b959798458a5672014ebbeca1982e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Dec 2020 21:54:30 +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-1038255 --- 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 686586b2600d7..47bd9a1a2542d 100644 --- a/packages/gatsby-recipes/package.json +++ b/packages/gatsby-recipes/package.json @@ -21,7 +21,7 @@ "@hapi/joi": "^15.1.1", "better-queue": "^3.8.10", "chokidar": "^3.4.2", - "contentful-management": "^5.26.3", + "contentful-management": "^6.3.1", "cors": "^2.8.5", "debug": "^4.1.1", "detect-port": "^1.3.0",