From abea706e4edf3822094e34806fe07d52d5468df9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Aug 2024 00:06:38 +0000 Subject: [PATCH] feat: upgrade @stellar/stellar-sdk from 11.3.0 to 12.1.0 Snyk has created this PR to upgrade @stellar/stellar-sdk from 11.3.0 to 12.1.0. See this package in npm: @stellar/stellar-sdk See this project in Snyk: https://app.snyk.io/org/okeamah/project/f19e6dd2-5072-4177-b44c-a4c5e94555dc?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/package.json b/examples/package.json index 3fcf68c..33f810d 100644 --- a/examples/package.json +++ b/examples/package.json @@ -65,7 +65,7 @@ "web3-core": "^1.9.0", "web3-eth-contract": "^1.9.0", "web3-utils": "^1.9.0", - "@stellar/stellar-sdk": "11.3.0" + "@stellar/stellar-sdk": "12.1.0" }, "devDependencies": { "@types/big.js": "^6.2.2",