From 600f4ce1d9f02ea597db664be7d9b7d945aa21f5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 06:18:22 +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 a09b5e7d92f11..ee8b613b3618e 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.3", "better-queue": "^3.8.6", "bluebird": "^3.5.0", "deep-map": "^1.5.0",