From 497a84cf19508ddfb0403468096cdce3a9fdb209 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Mar 2024 09:18:56 +0000 Subject: [PATCH] fix: packages/gatsby-source-wikipedia/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 --- packages/gatsby-source-wikipedia/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-source-wikipedia/package.json b/packages/gatsby-source-wikipedia/package.json index a2834e42e9fa9..7b0b035156694 100644 --- a/packages/gatsby-source-wikipedia/package.json +++ b/packages/gatsby-source-wikipedia/package.json @@ -29,7 +29,7 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.0.0", - "axios": "^0.18.0" + "axios": "^0.21.1" }, "devDependencies": { "@babel/cli": "^7.0.0",