From 874822c47bbe8cabd4c037dcb8839e01ca3a6eb4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Mar 2025 04:31:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee60a81..d5be9c7 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.8.3", "backo2": "^1.0.2", "balanced-match": "^1.0.2", "base64-arraybuffer": "^0.1.4",