From e78f150f7c572d97701e6670c5528ed1ce7772b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 12:28:24 +0000 Subject: [PATCH] chore(deps): bump @stellar/stellar-sdk in the stellar group Bumps the stellar group with 1 update: [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk). Updates `@stellar/stellar-sdk` from 14.6.1 to 15.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/v14.6.1...v15.0.1) --- updated-dependencies: - dependency-name: "@stellar/stellar-sdk" dependency-version: 15.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: stellar ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff58a01..f169443 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@elysiajs/cors": "^1.4", - "@stellar/stellar-sdk": "^14.0", + "@stellar/stellar-sdk": "^15.0", "decimal.js": "^10.4", "drizzle-orm": "^0.45", "elysia": "^1.4",