From 1c07609fd1825ac8986370ea76026b8c3f968e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 06:39:34 +0000 Subject: [PATCH] chore(deps)(deps): bump @stellar/stellar-sdk in /backend Bumps [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk) from 16.3.0 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/v16.3.0...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 c1da27a2..d9bf9f40 100644 --- a/backend/package.json +++ b/backend/package.json @@ -39,7 +39,7 @@ "@pinata/sdk": "^2.1.0", "@prisma/adapter-pg": "^7.5.0", "@prisma/client": "^5.22.0", - "@stellar/stellar-sdk": "^16.2.0", + "@stellar/stellar-sdk": "^17.0.1", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "axios": "^1.13.5",