From 54fc6bdc146111365f46c83c83d6fd4cf390ecbf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Jan 2021 07:51:43 +0000 Subject: [PATCH] fix: examples/using-contentful/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 --- examples/using-contentful/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-contentful/package.json b/examples/using-contentful/package.json index e167ea1f9e6a8..936d4050a533f 100644 --- a/examples/using-contentful/package.json +++ b/examples/using-contentful/package.json @@ -11,7 +11,7 @@ "gatsby-plugin-google-analytics": "^2.3.14", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-typography": "^2.5.11", - "gatsby-source-contentful": "^2.3.46", + "gatsby-source-contentful": "^4.5.0", "gatsby-transformer-remark": "^2.8.35", "lodash": "^4.17.20", "react": "^16.3.1",