From dceddb0d6acf0925699dfb7f7c3dfe0e66d703a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 17:22:41 +0000 Subject: [PATCH] chore(deps): bump @stellar/stellar-sdk from 12.3.0 to 16.1.0 in /scripts Bumps [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk) from 12.3.0 to 16.1.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...v16.1.0) --- updated-dependencies: - dependency-name: "@stellar/stellar-sdk" dependency-version: 16.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..c10901c 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": "^16.1.0", "dotenv": "^16.4.0" }, "devDependencies": {