From c925282c69c285fd3b2f8259bda1d5a8b5d91ef9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 05:56:30 +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-6032459 --- 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..f26a7b9668501 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.0", "lodash": "^4.17.10" }, "devDependencies": {