From 762cb2dbe77f2c781379ffdec9c012bb757f3ccb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 15:07:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46fe51b..226157f 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "test:watch": "jest --watch" }, "dependencies": { - "axios": "1.7.7", + "axios": "1.13.5", "chalk-animation": "2.0.3", "cli-progress": "3.12.0", "cli-table3": "0.6.5",