From 90734285093ebb6b9c5cab33de317c694192c0e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Aug 2024 03:46:49 +0000 Subject: [PATCH] feat: upgrade @stellar/stellar-sdk from 11.3.0 to 12.2.0 Snyk has created this PR to upgrade @stellar/stellar-sdk from 11.3.0 to 12.2.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..ecb89f6 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.2.0" }, "devDependencies": { "@types/big.js": "^6.2.2",