From 4dbe05930c148d8a93e98511d516256f96e76523 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Dec 2024 14:34:18 +0000 Subject: [PATCH] fix: apps/recovery-utility/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- apps/recovery-utility/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/recovery-utility/package.json b/apps/recovery-utility/package.json index 4cf076c..cef6d33 100644 --- a/apps/recovery-utility/package.json +++ b/apps/recovery-utility/package.json @@ -49,7 +49,7 @@ "nanoid": "^4.0.2", "near-api-js": "^2.1.4", "next": "^13.4.19", - "stellar-sdk": "^10.4.1", + "stellar-sdk": "^13.1.0", "superjson": "^1.12.4", "tiny-secp256k1": "^2.2.3", "tronweb": "^5.2.0",