From be36a262a9baf95916ee764ce6a1d854cb7a3028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:17:16 +0000 Subject: [PATCH] build(deps): bump @stellar/stellar-sdk from 14.6.1 to 15.1.0 in /backend Bumps [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk) from 14.6.1 to 15.1.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/v14.6.1...v15.1.0) --- updated-dependencies: - dependency-name: "@stellar/stellar-sdk" dependency-version: 15.1.0 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 b18c6d03..1534f1b1 100644 --- a/backend/package.json +++ b/backend/package.json @@ -24,7 +24,7 @@ "license": "ISC", "dependencies": { "@prisma/adapter-pg": "^7.8.0", - "@stellar/stellar-sdk": "^14.5.0", + "@stellar/stellar-sdk": "^15.1.0", "cors": "^2.8.6", "dotenv": "^17.4.2", "express": "^5.2.1",