From f4b904ca868dd52aabbc0b80052dec202ae2ecd7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Dec 2020 22:54:55 +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-AXIOS-1038255 --- 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",