From ac63d9f137c80db72c359aba9f4fdf53a6026f53 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Mar 2025 09:46:44 +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 0d7e097..315e750 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "license": "MIT", "dependencies": { - "axios": "^0.26.0", + "axios": "^1.8.3", "colors": "^1.4.0" }, "devDependencies": {