From 6a080d74b6cc2f1d703aea5033bd30c62895a3c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Dec 2023 07:28:58 +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-6124857 --- 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 8efe3db633826..d8a5a9572d31b 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@babel/runtime": "^7.0.0", - "axios": "^0.18.0", + "axios": "^1.6.3", "bluebird": "^3.5.0", "gatsby-source-filesystem": "^2.0.1", "lodash": "^4.17.10"