From a2bc2552484ec29b52a51c020295cf0e4bc28ca4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Dec 2024 04:08:27 +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-6671926 --- 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 3814c5ad459..a1adf8f0bf3 --- 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.1.0", "unorm": "1.6.0", "uuid": "8.3.2" }