From bd3c194f4ab6ba8c8152a48c11b7a73853f99ae1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Mar 2024 21:20:33 +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-FOLLOWREDIRECTS-6444610 --- 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 a09b5e7d92f11..fe7a979d9c316 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -9,7 +9,7 @@ "bundledDependencies": [], "dependencies": { "@babel/runtime": "^7.0.0", - "axios": "^0.18.0", + "axios": "^0.21.1", "better-queue": "^3.8.6", "bluebird": "^3.5.0", "deep-map": "^1.5.0",