From d53cc822075ccd79371cb27de8ed27842bb2384a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Dec 2024 05:36:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee60a81..699fb4f 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.7.8", "backo2": "^1.0.2", "balanced-match": "^1.0.2", "base64-arraybuffer": "^0.1.4",