From 45a85dbeb1615bab566943bf9423efecc9be32a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Sep 2025 07:35:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 343d866..95f0d45 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "JSONStream": "^1.3.2", - "axios": "^0.17.1", + "axios": "^1.12.0", "bcryptjs": "^2.4.3", "body-parser": "^1.18.2", "chart.js": "^2.7.1",