From a89ac09e5da17e12802ec9b843ba5e6cb7abce7f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 14:23:38 +0000 Subject: [PATCH] fix: packages/gatsby-source-contentful/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- packages/gatsby-source-contentful/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index ead8758c9e07b..fc87f12e341c8 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -7,11 +7,11 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "axios": "^0.16.1", + "axios": "^1.6.0", "babel-runtime": "^6.26.0", "base64-img": "^1.0.3", "bluebird": "^3.5.0", - "contentful": "^4.3.0", + "contentful": "^5.0.4", "deep-map": "^1.5.0", "fs-extra": "^4.0.2", "json-stringify-safe": "^5.0.1",