From 243c7a52129b477a129b0a2f73347d77c46e6e3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Dec 2024 06:05:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88ced9d..43c0e4a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "author": "PurpleBabar", "license": "MIT", "dependencies": { - "axios": "^0.18.1", + "axios": "^1.7.8", "chalk": "^1.1.3", "clear": "0.0.1", "clui": "^0.3.1",