From 7755ae4656f8dd0a30516e5c7e513da6365d8f6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Mar 2025 07:56:35 +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 4feea7b..73f2d54 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "tsc": "tsc --noEmit" }, "dependencies": { - "axios": "^0.19.2", + "axios": "^1.8.3", "body-parser": "^1.19.0", "chalk": "^4.0.0", "classnames": "^2.2.6",