From ec908c2554e5e7cec508899a48ea899b2184110e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Mar 2025 06:42:21 +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 90fa682..8bdb289 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@xyo-network/sdk-xyo-js": "^2.1.40", "@xyo-network/sdk-xyo-mongo-js": "^2.1.18", "aws-lambda": "^1.0.6", - "axios": "^0.21.1", + "axios": "^1.8.2", "dotenv": "^10.0.0", "http-status-codes": "^2.1.4", "lodash": "^4.17.21",