From 72a03b38d953eaa46fda7b6601b7fbcba7826a24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 01:46:44 +0000 Subject: [PATCH] fix(deps): update dependency axios to ^1.7.7 for gatsby-source-hacker-news --- 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 f26738464898e..bd3c002e0451c 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.20.13", - "axios": "^1.6.2", + "axios": "^1.7.7", "lodash": "^4.17.21" }, "devDependencies": {