From cec6c73149304cf29feb3526e30abc073544c462 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 14:27: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 88ced9d..ec89eac 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "author": "PurpleBabar", "license": "MIT", "dependencies": { - "axios": "^0.18.1", + "axios": "^1.13.5", "chalk": "^1.1.3", "clear": "0.0.1", "clui": "^0.3.1",