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