From 693d2484546663f9f23d0df9524da9a438c6014b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 13:36:50 +0000 Subject: [PATCH] Bump axios from 1.7.1 to 1.7.2 (#230) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 450d1da..7ad1652 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ ], "dependencies": { "async": "3.2.5", - "axios": "1.7.1", + "axios": "1.7.2", "express": "4.19.2", "fakegato-history": "NebzHB/fakegato-history#master" },