From 6016334696b12cd92535312b754a9d02b1f24e3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 05:29:12 +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 1b22e65..1a64893 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "standard": "^14.3.1" }, "dependencies": { - "axios": "^0.22.0", + "axios": "^1.7.8", "chalk": "^4.0.0", "clui": "^0.3.6", "dotenv": "^8.2.0",