From 5f506ff3961ca960637b31197c7c3acc308da41d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 14:21:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b22e65..ee0dff8 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "standard": "^14.3.1" }, "dependencies": { - "axios": "^0.22.0", + "axios": "^1.6.0", "chalk": "^4.0.0", "clui": "^0.3.6", "dotenv": "^8.2.0",