From a6646c7a743bed7a1661ede71bf3e0103bd3b984 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Mar 2025 08:26:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b22e65..252bd44 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "standard": "^14.3.1" }, "dependencies": { - "axios": "^0.22.0", + "axios": "^0.30.0", "chalk": "^4.0.0", "clui": "^0.3.6", "dotenv": "^8.2.0",