From b70a4fc342a57ecc63053625bc374473f8cebeba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Sep 2025 04:28:54 +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 da38443..3af5992 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "node": ">=8" }, "dependencies": { - "axios": "^0.21.0", + "axios": "^1.12.0", "xml2js": "^0.4.23" }, "devDependencies": {