From 774371aedac8941bedcfc666c42170e7ba6e96b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 May 2024 02:21:36 +0000 Subject: [PATCH] fix: examples/recipe-sourcing-contentful/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- examples/recipe-sourcing-contentful/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/recipe-sourcing-contentful/package.json b/examples/recipe-sourcing-contentful/package.json index 4b21ffcea763f..60799598a8c43 100644 --- a/examples/recipe-sourcing-contentful/package.json +++ b/examples/recipe-sourcing-contentful/package.json @@ -8,7 +8,7 @@ "gatsby": "^2.24.63", "gatsby-image": "^2.4.19", "gatsby-plugin-offline": "^2.2.10", - "gatsby-source-contentful": "^2.3.46", + "gatsby-source-contentful": "^8.13.2", "gatsby-transformer-remark": "^2.8.35", "prop-types": "^15.7.2", "react": "^16.9.0",