From cbb75da7445cd65978c3cc68d08fcc0182270811 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 22:59:48 +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-6144788 --- 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..cbad0bd9f3276 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": "^1.6.4", "lodash": "^4.17.10" }, "devDependencies": {