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