From 077e64855ff902650370e8c76ec809ac86fe9293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 09:46:45 +0000 Subject: [PATCH] build(deps): bump @stellar/stellar-sdk from 12.3.0 to 15.1.0 in /scripts Bumps [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk) from 12.3.0 to 15.1.0. - [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/v12.3.0...v15.1.0) --- updated-dependencies: - dependency-name: "@stellar/stellar-sdk" dependency-version: 15.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package.json b/scripts/package.json index dadb28c..c319051 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -6,7 +6,7 @@ "seed": "npx ts-node seed_data.ts" }, "dependencies": { - "@stellar/stellar-sdk": "^12.1.0", + "@stellar/stellar-sdk": "^15.1.0", "dotenv": "^16.4.0" }, "devDependencies": {