From 51d478c2e47c2e6917d137baa2daf40bf0989a48 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Oct 2025 06:41:19 +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 9e603476..7bab9ea8 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/ramda": "^0.27.46", "@types/winston-syslog": "^2.0.4", "arg": "^5.0.0", - "axios": "^0.21.3", + "axios": "^1.12.0", "express": "^4.17.1", "form-data": "^4.0.0", "hexy": "^0.3.1",