From c7ac39dfc15f6ee5a2624add31ad9829f19eb5b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 17:15:43 +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-6144788 --- 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 07386c9ccddd4..881018edf9944 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": "^1.6.4", "babel-runtime": "^6.26.0", "better-queue": "^3.8.6", "bluebird": "^3.5.0",