From a416a7d3ef49c76bca894d583434094c4203e10c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jan 2024 01:00:45 +0000 Subject: [PATCH] fix: packages/gatsby-source-hacker-news/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 --- packages/gatsby-source-hacker-news/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-source-hacker-news/package.json b/packages/gatsby-source-hacker-news/package.json index 98c1d0ede92ab..d01f6af4347bd 100644 --- a/packages/gatsby-source-hacker-news/package.json +++ b/packages/gatsby-source-hacker-news/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@babel/runtime": "^7.0.0", - "axios": "^0.18.0", + "axios": "^0.21.1", "lodash": "^4.17.10" }, "devDependencies": {