From 288ebb49d0d646b9913393f2325b356debab0370 Mon Sep 17 00:00:00 2001 From: zaghadon Date: Mon, 27 May 2024 09:40:25 +0100 Subject: [PATCH] Fixed Moderate vulnerable intorudced by old axios #496 Updated Axios to v1.7.2 (latest version at the time of commit). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dba96351..9af3e076 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@ethersproject/transactions": "^5.7.0", "@ethersproject/wallet": "^5.7.0", "@types/qs": "^6.9.7", - "axios": "^0.21.1", + "axios": "^1.7.2", "chalk": "^4.1.2", "chokidar": "^3.5.2", "debug": "^4.3.2",