From 47e5685c0d8218cc4d37aea0b5570e3ff43e8d92 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 19:10:18 +0000 Subject: [PATCH] fix: packages/gatsby-source-drupal/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- packages/gatsby-source-drupal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index 0794e40928ee2..f8702a51e5fe9 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@babel/runtime": "^7.11.2", - "axios": "^0.20.0", + "axios": "^1.6.4", "bluebird": "^3.7.2", "body-parser": "^1.19.0", "gatsby-source-filesystem": "^2.3.35",