From 85b0f19bc7dbf9275f58a7476db894dd6dc3695a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 03:37:20 +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-AXIOS-1579269 --- 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 7d08c4c9db811..faba03a8fcd43 100644 --- a/packages/gatsby-source-hacker-news/package.json +++ b/packages/gatsby-source-hacker-news/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "axios": "^0.16.1", + "axios": "^0.21.3", "babel-runtime": "^6.26.0", "lodash": "^4.17.4" },