From d337f83a502f5b190df1326ba14c5aa92e94387d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 20:54:02 +0000 Subject: [PATCH] Bump @stellar/stellar-sdk from 13.3.0 to 14.4.3 Bumps [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk) from 13.3.0 to 14.4.3. - [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/v13.3.0...v14.4.3) --- updated-dependencies: - dependency-name: "@stellar/stellar-sdk" dependency-version: 14.4.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/stellar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stellar/package.json b/packages/stellar/package.json index 5ea502b..43446c3 100644 --- a/packages/stellar/package.json +++ b/packages/stellar/package.json @@ -17,7 +17,7 @@ "license": "Apache-2.0", "dependencies": { "@ancore/types": "workspace:*", - "@stellar/stellar-sdk": "^13.0.0" + "@stellar/stellar-sdk": "^14.4.3" }, "devDependencies": { "tsup": "^8.0.0",