From b33f403535c719b1b85698820abea21c5ae89a25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 10:24:53 +0100 Subject: [PATCH] fix(deps): update minor and patch for gatsby-source-wordpress (#27655) Co-authored-by: Renovate Bot --- 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 9a625dcb8df8e..35f038b114fe2 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -9,7 +9,7 @@ "bundledDependencies": [], "dependencies": { "@babel/runtime": "^7.11.2", - "axios": "^0.20.0", + "axios": "^0.21.0", "better-queue": "^3.8.10", "bluebird": "^3.7.2", "deep-map": "^1.5.0",