From 84271ccae2264a0c107affc37acfe49e0a1d2a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 05:21:44 +0000 Subject: [PATCH] Bump @stellar/stellar-sdk in /dapp in the npm-minor group Bumps the npm-minor group in /dapp with 1 update: [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk). Updates `@stellar/stellar-sdk` from 12.2.0 to 12.3.0 - [Release notes](https://github.com/stellar/js-stellar-sdk/releases) - [Changelog](https://github.com/stellar/js-stellar-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/stellar/js-stellar-sdk/compare/v12.2.0...v12.3.0) --- updated-dependencies: - dependency-name: "@stellar/stellar-sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor ... Signed-off-by: dependabot[bot] --- dapp/packages/soroban_versioning/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapp/packages/soroban_versioning/package.json b/dapp/packages/soroban_versioning/package.json index 60d626d..1ce2137 100644 --- a/dapp/packages/soroban_versioning/package.json +++ b/dapp/packages/soroban_versioning/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "buffer": "6.0.3", - "@stellar/stellar-sdk": "12.2.0" + "@stellar/stellar-sdk": "12.3.0" }, "devDependencies": { "typescript": "5.6.2"