From 23b5c4ffb438988607b80f3ec6dc21783a480831 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Apr 2025 05:12:29 +0000 Subject: [PATCH] fix: packages/blockchain-wallet-v4/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- packages/blockchain-wallet-v4/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 packages/blockchain-wallet-v4/package.json diff --git a/packages/blockchain-wallet-v4/package.json b/packages/blockchain-wallet-v4/package.json old mode 100755 new mode 100644 index 3814c5ad45..054ca17bf5 --- a/packages/blockchain-wallet-v4/package.json +++ b/packages/blockchain-wallet-v4/package.json @@ -98,7 +98,7 @@ "reselect": "4.0.0", "scrypt-js": "3.0.1", "seedrandom": "2.4.3", - "stellar-sdk": "8.2.5", + "stellar-sdk": "13.2.0", "unorm": "1.6.0", "uuid": "8.3.2" }