From a7fb60580d8c1f59313066aad43603cad3ffdce7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Nov 2024 19:17:15 +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-6671926 --- 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 806010c83ab31..f79d81338b35c 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.14.0", - "axios": "^0.21.1", + "axios": "^1.7.8", "lodash": "^4.17.21" }, "devDependencies": {