From 63062d4bbb014a9a92b05f700f448f617d46714f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:39:11 +0000 Subject: [PATCH] chore(deps): bump stellar-sdk in /comebackhere-backend Bumps [stellar-sdk](https://github.com/stellar/js-stellar-sdk) from 12.3.0 to 13.3.0. - [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/v12.3.0...v13.3.0) --- updated-dependencies: - dependency-name: stellar-sdk dependency-version: 13.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- comebackhere-backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comebackhere-backend/package.json b/comebackhere-backend/package.json index 1cf13e6..d5d5930 100644 --- a/comebackhere-backend/package.json +++ b/comebackhere-backend/package.json @@ -15,7 +15,7 @@ "ioredis": "^5.3.2", "mongodb": "^6.12.0", "rate-limiter-flexible": "^2.4.2", - "stellar-sdk": "^12.1.0", + "stellar-sdk": "^13.3.0", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1", "zod": "^4.4.3"