From 49ef4712c6b231680d92bcb4383dbf8e422305f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Dec 2023 05:40:37 +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-6124857 --- 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 4b21ffcea763f..5d5ec6a011eec 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.24.63", + "gatsby": "^4.0.0", "gatsby-image": "^2.4.19", "gatsby-plugin-offline": "^2.2.10", - "gatsby-source-contentful": "^2.3.46", + "gatsby-source-contentful": "^7.18.0", "gatsby-transformer-remark": "^2.8.35", "prop-types": "^15.7.2", "react": "^16.9.0",