From db49690d220e0c5de919db8ba32e2bc6ca997135 Mon Sep 17 00:00:00 2001 From: Tamas Biro Date: Wed, 18 Dec 2024 09:05:57 +0100 Subject: [PATCH] chore: update axios to 1.7.9 Co-authored-by: Benjamin Gehl EME-5000 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b35754d..7c971d6 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@emartech/json-logger": "7.2.3", - "axios": "1.7.5", + "axios": "1.7.9", "axios-retry": "3.4.0", "escher-auth": "3.2.4" },