From b4f1c588e504ab33dc55d243df34c9a5a9c85279 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Sep 2025 08:26:37 +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 88ced9d..203e524 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "author": "PurpleBabar", "license": "MIT", "dependencies": { - "axios": "^0.18.1", + "axios": "^1.12.0", "chalk": "^1.1.3", "clear": "0.0.1", "clui": "^0.3.1",