From ec0f468cd94c09831720056cdabfc25debe9e4d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Sep 2025 10:11:18 +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 2ea2eb9a..24febd3a 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "dist/*" ], "dependencies": { - "axios": "^0.15.2", + "axios": "^1.12.0", "debug": "^2.2.0", "js-base64": "^2.1.9", "utf8": "^2.1.1"