From 595dc23ccb1c78a16ff6d0dfc7e9e2a1fcb429e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:05:37 +0000 Subject: [PATCH] chore(deps): bump @stellar/stellar-sdk from 12.3.0 to 16.0.1 in /backend Bumps [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk) from 12.3.0 to 16.0.1. - [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.3.0...v16.0.1) --- updated-dependencies: - dependency-name: "@stellar/stellar-sdk" dependency-version: 16.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 5d310f1..c04426a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -26,7 +26,7 @@ "@opentelemetry/semantic-conventions": "^1.25.0", "@prisma/adapter-pg": "^7.5.0", "@prisma/client": "^7.5.0", - "@stellar/stellar-sdk": "^12.3.0", + "@stellar/stellar-sdk": "^16.0.1", "compression": "^1.8.1", "cookie-parser": "^1.4.6", "cors": "^2.8.5",