From 379e17231ab35b13ac9f98e7619ad3c2b66935c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:29:29 +0000 Subject: [PATCH] chore(deps): bump @stellar/stellar-sdk from 14.6.1 to 17.0.1 in /backend Bumps [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk) from 14.6.1 to 17.0.1. - [Release notes](https://github.com/stellar/js-stellar-sdk/releases) - [Changelog](https://github.com/stellar/js-stellar-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/stellar/js-stellar-sdk/compare/v14.6.1...v17.0.1) --- updated-dependencies: - dependency-name: "@stellar/stellar-sdk" dependency-version: 17.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 4df8dcee..b5d5d6da 100644 --- a/backend/package.json +++ b/backend/package.json @@ -26,7 +26,7 @@ "dependencies": { "@asteasolutions/zod-to-openapi": "^8.5.0", "@sentry/node": "^10.55.0", - "@stellar/stellar-sdk": "14.6.1", + "@stellar/stellar-sdk": "17.0.1", "@types/jsonwebtoken": "^9.0.10", "cors": "2.8.5", "dotenv": "16.4.7",