From b1f4da9bbd7ab7c5d99a272e57bcaf162f4ffb16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Feb 2024 06:36:27 +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-6032459 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- examples/using-contentful/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-contentful/package.json b/examples/using-contentful/package.json index 27f00ca234ea9..bee494f41cfad 100644 --- a/examples/using-contentful/package.json +++ b/examples/using-contentful/package.json @@ -10,7 +10,7 @@ "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",