From 84e105483f8bc6c4aed7cd597ad8598e7188cafc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 09:58:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4bcf4aa..b34b501 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "license": "MIT", "dependencies": { - "axios": "^0.18.0", + "axios": "^1.13.5", "body-parser": "^1.18.2", "cors": "^2.8.4", "dotenv": "^8.2.0",