From e9cf432c954176bc0216faf788ff144dcd269d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:24:24 +0000 Subject: [PATCH] build(deps): bump @stellar/stellar-sdk from 15.1.0 to 16.0.1 in /backend Bumps [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk) from 15.1.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/v15.1.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 9d65dc78..b4c613c0 100644 --- a/backend/package.json +++ b/backend/package.json @@ -25,7 +25,7 @@ "dependencies": { "@prisma/adapter-pg": "^7.8.0", "@prisma/client": "^7.8.0", - "@stellar/stellar-sdk": "^15.1.0", + "@stellar/stellar-sdk": "^16.0.1", "cors": "^2.8.6", "dotenv": "^17.4.2", "express": "^5.2.1",