From 6766e7a97b8f2f773aef0dfb0f40b70020ffa09a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 17:27:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88ced9d..386b838 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "author": "PurpleBabar", "license": "MIT", "dependencies": { - "axios": "^0.18.1", + "axios": "^1.6.3", "chalk": "^1.1.3", "clear": "0.0.1", "clui": "^0.3.1",