From a0ad3645bcd3f474cdbe538ada68ca1d2baa50ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Sep 2025 11:48:46 +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 ee60a81..e6dcfa8 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "at-least-node": "^1.0.0", "available-typed-arrays": "^1.0.5", "aws-sdk": "^2.1494.0", - "axios": "^0.21.4", + "axios": "^1.12.0", "backo2": "^1.0.2", "balanced-match": "^1.0.2", "base64-arraybuffer": "^0.1.4",