From bab00806ba9419affd2279b0d88555ce9790e1ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:36:12 +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 acc373d..2a6a548 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": "^15.1.0", + "@stellar/stellar-sdk": "^16.0.1", "cors": "^2.8.6", "dotenv": "^17.4.2", "express": "^5.2.1",