From 654ae5899a110431d7a758bb687fe4b78876e1b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Sep 2025 08:11:52 +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 a2da22b1..89533a74 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@mdi/font": "^5.9.55", "auto-bind": "^4.0.0", "aws-sdk": "^2.889.0", - "axios": "^0.21.1", + "axios": "^1.12.0", "bcrypt": "^5.0.1", "bluebird": "^3.7.2", "body-parser": "^1.19.0",