From 8ce61a65821c5c1a52fe388b8228e335a340c866 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Dec 2023 16:38:41 +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-6124857 --- examples/using-contentful/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-contentful/package.json b/examples/using-contentful/package.json index e167ea1f9e6a8..ca571b99f1f11 100644 --- a/examples/using-contentful/package.json +++ b/examples/using-contentful/package.json @@ -5,13 +5,13 @@ "version": "1.0.0", "author": "Marcus Ericsson (mericsson.com)", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^4.0.0", "gatsby-core-utils": "^1.3.20", "gatsby-image": "^2.4.19", "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": "^7.18.0", "gatsby-transformer-remark": "^2.8.35", "lodash": "^4.17.20", "react": "^16.3.1",