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