From ecaa4212194ca73984fe0469995060a4085bf06f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Mar 2025 05:56:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4feea7b..9701ea3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "tsc": "tsc --noEmit" }, "dependencies": { - "axios": "^0.19.2", + "axios": "^1.8.2", "body-parser": "^1.19.0", "chalk": "^4.0.0", "classnames": "^2.2.6",