From fa74b5669793b77f74ea3ddf147672b5b7fcdbb0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Mar 2025 07:54:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46fe51b..16b3ac1 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "test:watch": "jest --watch" }, "dependencies": { - "axios": "1.7.7", + "axios": "1.8.3", "chalk-animation": "2.0.3", "cli-progress": "3.12.0", "cli-table3": "0.6.5",