From dfcdabbf256c6baee2e65b6e3cea58a808c923b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Dec 2020 23:33:17 +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-1038255 --- 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 d2cd645a79867..d247266d3b54f 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "axios": "^0.16.1", + "axios": "^0.21.1", "babel-runtime": "^6.26.0", "bluebird": "^3.5.0", "gatsby-source-filesystem": "^1.5.27",