From c81a97812439f74227933c3e2885bfd03a38a6ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Dec 2023 04:18: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-AXIOS-6124857 --- 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 f31ae9ec7534c..6d8b509ab70fd 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.11.2", - "axios": "^0.20.0", + "axios": "^1.6.3", "lodash": "^4.17.20" }, "devDependencies": {