From dbc13cce21122e2bd516f2c09e291d5ac37e4c94 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jan 2024 00:12:10 +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-AXIOS-6144788 --- examples/recipe-sourcing-contentful/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/recipe-sourcing-contentful/package.json b/examples/recipe-sourcing-contentful/package.json index adc68a83a9ebe..2dc2d99960fdd 100644 --- a/examples/recipe-sourcing-contentful/package.json +++ b/examples/recipe-sourcing-contentful/package.json @@ -5,10 +5,10 @@ "version": "0.1.0", "author": "@gatsbyjs", "dependencies": { - "gatsby": "^2.15.14", + "gatsby": "^4.0.0", "gatsby-image": "^2.2.18", "gatsby-plugin-offline": "^2.2.10", - "gatsby-source-contentful": "^2.1.35", + "gatsby-source-contentful": "^7.18.0", "gatsby-transformer-remark": "^2.6.22", "prop-types": "^15.7.2", "react": "^16.9.0",