From e357930ad68fb622a721696ef01be641ed4212cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Sep 2021 20:32:21 +0000 Subject: [PATCH] fix: packages/gatsby-source-wordpress/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 --- packages/gatsby-source-wordpress/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 04b1b59950188..cde86574290f5 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -8,7 +8,7 @@ }, "bundleDependencies": false, "dependencies": { - "axios": "^0.16.1", + "axios": "^0.21.3", "babel-runtime": "^6.26.0", "bluebird": "^3.5.0", "deep-map": "^1.5.0",