From 278f72eea4785d95980d44e8e23d209f0ab919b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jan 2024 02:49:16 +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-6144788 --- 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 83ae50db7a531..fccf85616f3d2 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.0.0", + "gatsby": "^4.0.0", "gatsby-core-utils": "^1.0.28", "gatsby-image": "^2.0.5", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-typography": "^2.2.0", - "gatsby-source-contentful": "^2.0.1", + "gatsby-source-contentful": "^7.18.0", "gatsby-transformer-remark": "^2.1.1", "lodash": "^4.17.14", "react": "^16.3.1",