From 30c4ebc441707bc0ce1f2b00ad6a3ab0bc665940 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Dec 2024 20:04:39 +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 4feea7b..cd15090 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "tsc": "tsc --noEmit" }, "dependencies": { - "axios": "^0.19.2", + "axios": "^1.7.8", "body-parser": "^1.19.0", "chalk": "^4.0.0", "classnames": "^2.2.6",