From a9191d690d9ef8db1bd27185200fa6dbbaefb287 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 May 2024 02:03:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e60a908..2c85699 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "querystring": "^0.2.1", "randombytes": "^2.1.0", "soroban-client": "1.0.0-beta.4", - "stellar-sdk": "^10.4.1", + "stellar-sdk": "^12.0.1", "timed-cache": "^2.0.0", "tronweb": "^4.4.0", "web3": "1.9.0",